Home
last modified time | relevance | path

Searched defs:WIFEXITED (Results 1 - 16 of 16) sorted by relevance

/third_party/libsnd/tests/
H A Dstdio_test.c58 #define WIFEXITED(s) (((s) & 0xff) == 0) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h96 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dwait.h52 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dwait.h52 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h95 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dwait.h52 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h98 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dwait.h56 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h101 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h96 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/include/
H A Dstdlib.h102 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/include/sys/
H A Dwait.h52 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h95 #define WIFEXITED(status) (((status) & 0xff) == 0) macro
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dprivate.h95 #define WIFEXITED(status) (((status) & 0xff) == 0) macro
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h114 #define WIFEXITED(status) (((status) & 0x7f) == 0) macro
/third_party/python/Modules/
H A Dposixmodule.c460 # define WIFEXITED(u_wait) (!(u_wait).w_termsig && !(u_wait).w_coredump) macro
[all...]

Completed in 21 milliseconds