Searched refs:WEXITED (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.81.4/tests/signals/ |
| H A D | sigchld_return.c | 59 result = waitid(P_PID, expected_pid, &siginfo, WEXITED | WNOHANG); in wait_for_signal() 100 ret = waitid(P_PID, (id_t) pid, &siginfo, WEXITED); 124 ret = waitid(P_PID, (id_t) pid, &siginfo, WEXITED);
|
| /xnu-12377.81.4/tests/ |
| H A D | freebsd_waitpid_nohang.c | 56 r = waitid(P_PID, (id_t)child, &siginfo, WEXITED | WNOWAIT);
|
| H A D | arm_matrix.c | 630 int err = waitid(P_PID, (id_t)pid, &info, WEXITED); in dup_and_check_matrix_state()
|
| /xnu-12377.81.4/bsd/sys/ |
| H A D | wait.h | 168 #define WEXITED 0x00000004 /* [XSI] Processes which have exitted */ macro
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | kern_exit.c | 3219 (uap->options & ~(WNOHANG | WNOWAIT | WCONTINUED | WSTOPPED | WEXITED))) { in waitid_nocancel() 3276 if (!(uap->options & WEXITED)) { in waitid_nocancel()
|