Home
last modified time | relevance | path

Searched defs:WTERMSIG (Results 1 – 13 of 13) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dwait.rs27 pub(crate) fn WTERMSIG(status: u32) -> u32 { in WTERMSIG() function
/third_party/musl/porting/uniproton/kernel/include/sys/
Dwait.h49 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/include/sys/
Dwait.h49 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dwait.h49 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dwait.h49 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dwait.h53 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h96 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h93 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/porting/linux/user/include/
Dstdlib.h99 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h94 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/include/
Dstdlib.h99 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h94 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/python/Modules/
Dposixmodule.c460 # define WTERMSIG(u_wait) ((u_wait).w_termsig) macro