Home
last modified time | relevance | path

Searched defs:WIFSTOPPED (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h97 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dwait.h53 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dwait.h53 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00) macro
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h96 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dwait.h53 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h99 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dwait.h57 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00) macro
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h102 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h97 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00) macro
/third_party/musl/include/
H A Dstdlib.h103 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001U)>>8) > 0x7f00) macro
/third_party/musl/include/sys/
H A Dwait.h53 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001U)>>8) > 0x7f00) macro

Completed in 3 milliseconds