Home
last modified time | relevance | path

Searched refs:WTERMSIG (Results 1 - 2 of 2) sorted by relevance

/interface/sdk_c/third_party/musl/ndk_musl_include/sys/
H A Dwait.h49 #define WTERMSIG(s) ((s) & 0x7f) macro
52 #define WIFEXITED(s) (!WTERMSIG(s))
/interface/sdk_c/third_party/musl/ndk_musl_include/
H A Dstdlib.h97 #define WTERMSIG(s) ((s) & 0x7f) macro
99 #define WIFEXITED(s) (!WTERMSIG(s))

Completed in 2 milliseconds