Searched refs:__WIFEXITED (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h89 # define WIFEXITED(status) __WIFEXITED(__WAIT_INT(status))
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dwaitstatus.h38 #define __WIFEXITED(status) (__WTERMSIG(status) == 0) macro
44 !__WIFSTOPPED(__status) && !__WIFEXITED(__status); }))
46 # define __WIFSIGNALED(status) (!__WIFSTOPPED(status) && !__WIFEXITED(status))

Completed in 51 milliseconds