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

/darwin-on-arm/xnu/bsd/sys/
H A Dwait.h151 #define WEXITSTATUS(x) ((_W_INT(x) >> 8) & 0x000000ff) macro
153 #define WEXITSTATUS(x) (_W_INT(x) >> 8) macro

Completed in 40 milliseconds