Searched refs:NACL_ABI_WIFSIGNALED (Results 1 – 2 of 2) sorted by relevance
58 #define NACL_ABI_WIFSIGNALED(status) ((((status) + 1) & 0x7f) > 1) macro
1103 if (NACL_ABI_WIFSIGNALED(nap_->exit_status)) { in Exit()