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

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dwait.h31 #define w_stopval __w_stopval
66 #define __w_stopval w_S.w_Stopval macro
82 #define WIFSTOPPED(x) (((union __wait*)&(x))->__w_stopval == _WSTOPPED)
83 #define WIFSIGNALED(x) (((union __wait*)&(x))->__w_stopval != _WSTOPPED && \
85 #define WIFEXITED(x) (((union __wait*)&(x))->__w_stopval != _WSTOPPED && \

Completed in 57 milliseconds