Home
last modified time | relevance | path

Searched defs:WIFSTOPPED (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/include/sys/
Dwait.h53 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dwait.h57 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dwait.h53 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h101 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00) macro
/third_party/musl/include/
Dstdlib.h96 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h97 #define WIFSTOPPED(s) ((short)((((s)&0xffff)*0x10001)>>8) > 0x7f00) macro