Searched refs:WIFSIGNALED (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dfork.c37 if (WIFSIGNALED(status)) {
/fuchsia/zircon/third_party/ulib/musl/include/sys/
H A Dwait.h40 #define WIFSIGNALED(s) (((s)&0xffff) - 1U < 0xffu) macro
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstdlib.h89 #define WIFSIGNALED(s) (((s)&0xffff) - 1U < 0xffu) macro
/fuchsia/zircon/system/ulib/runtests-utils/
H A Dposix-run-test.cpp118 if (WIFSIGNALED(status)) {

Completed in 84 milliseconds