Home
last modified time | relevance | path

Searched defs:WSTOPSIG (Results 1 – 14 of 14) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dwait.rs12 pub(crate) fn WSTOPSIG(status: u32) -> u32 { in WSTOPSIG() function
/third_party/musl/ndk_musl_include/sys/
Dwait.h50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dwait.h50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dwait.h50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dwait.h54 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dwait.h50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/include/sys/
Dwait.h50 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h94 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/linux/user/include/
Dstdlib.h96 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/include/
Dstdlib.h96 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h97 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h95 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h95 #define WSTOPSIG(s) WEXITSTATUS(s) macro
/third_party/musl/ndk_musl_include/
Dstdlib.h94 #define WSTOPSIG(s) WEXITSTATUS(s) macro