Home
last modified time | relevance | path

Searched defs:WIFEXITED (Results 1 – 21 of 21) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dwait.rs32 pub(crate) fn WIFEXITED(status: u32) -> bool { in WIFEXITED() function
/third_party/libsnd/tests/
Dstdio_test.c58 #define WIFEXITED(s) (((s) & 0xff) == 0) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dwait.h52 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dwait.h56 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dwait.h52 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/ndk_musl_include/sys/
Dwait.h52 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/include/sys/
Dwait.h52 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dwait.h52 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h96 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/include/
Dstdlib.h97 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/porting/linux/user/include/
Dstdlib.h97 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h95 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h98 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/ndk_musl_include/
Dstdlib.h95 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h96 #define WIFEXITED(s) (!WTERMSIG(s)) macro
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dinstall-plugins.c301 # define WIFEXITED(status) ((((guint)(status)) & 0x7f) == 0) macro
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h95 #define WIFEXITED(status) (((status) & 0xff) == 0) macro
/third_party/icu/icu4c/source/tools/tzcode/
Dprivate.h95 #define WIFEXITED(status) (((status) & 0xff) == 0) macro
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h95 #define WIFEXITED(status) (((status) & 0xff) == 0) macro
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h114 #define WIFEXITED(status) (((status) & 0x7f) == 0) macro
/third_party/python/Modules/
Dposixmodule.c454 # define WIFEXITED(u_wait) (!(u_wait).w_termsig && !(u_wait).w_coredump) macro