Home
last modified time | relevance | path

Searched defs:WTERMSIG (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h94 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dwait.h49 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dwait.h49 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h93 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dwait.h49 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h96 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dwait.h53 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h99 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h94 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/include/
H A Dstdlib.h100 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/musl/include/sys/
H A Dwait.h49 #define WTERMSIG(s) ((s) & 0x7f) macro
/third_party/python/Modules/
H A Dposixmodule.c466 # define WTERMSIG(u_wait) ((u_wait).w_termsig) macro

Completed in 18 milliseconds