Home
last modified time | relevance | path

Searched defs:WIFSIGNALED (Results 1 – 12 of 12) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dwait.rs22 pub(crate) fn WIFSIGNALED(status: u32) -> bool { in WIFSIGNALED() function
/third_party/musl/porting/uniproton/kernel/include/sys/
Dwait.h54 #define WIFSIGNALED(s) (((s)&0xffff)-1U < 0xffu) macro
/third_party/musl/include/sys/
Dwait.h54 #define WIFSIGNALED(s) (((s)&0xffff)-1U < 0xffu) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dwait.h54 #define WIFSIGNALED(s) (((s)&0xffff)-1U < 0xffu) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dwait.h54 #define WIFSIGNALED(s) (((s)&0xffff)-1U < 0xffu) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dwait.h58 #define WIFSIGNALED(s) (((s)&0xffff)-1U < 0xffu) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h100 #define WIFSIGNALED(s) (((s)&0xffff)-1U < 0xffu) macro
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h97 #define WIFSIGNALED(s) (((s)&0xffff)-1U < 0xffu) macro
/third_party/musl/porting/linux/user/include/
Dstdlib.h103 #define WIFSIGNALED(s) (((s)&0xffff)-1U < 0xffu) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h98 #define WIFSIGNALED(s) (((s)&0xffff)-1U < 0xffu) macro
/third_party/musl/include/
Dstdlib.h103 #define WIFSIGNALED(s) (((s)&0xffff)-1U < 0xffu) macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h98 #define WIFSIGNALED(s) (((s)&0xffff)-1U < 0xffu) macro