Home
last modified time | relevance | path

Searched refs:NACL_ABI_WIFSIGNALED (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/
H A Dnacl_signal.h58 #define NACL_ABI_WIFSIGNALED(status) ((((status) + 1) & 0x7f) > 1) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/debug_stub/
H A Dtarget.cc1103 if (NACL_ABI_WIFSIGNALED(nap_->exit_status)) { in Exit()