Home
last modified time | relevance | path

Searched refs:WIFSIGNALED (Results 1 – 3 of 3) sorted by relevance

/third_party/ulib/jemalloc/test/unit/
A Dfork.c37 if (WIFSIGNALED(status)) { in TEST_BEGIN()
/third_party/ulib/musl/include/sys/
A Dwait.h40 #define WIFSIGNALED(s) (((s)&0xffff) - 1U < 0xffu) macro
/third_party/ulib/musl/include/
A Dstdlib.h89 #define WIFSIGNALED(s) (((s)&0xffff) - 1U < 0xffu) macro

Completed in 4 milliseconds