Searched refs:WEXITED (Results 1 – 4 of 4) sorted by relevance
/external/bison/lib/ |
D | wait-process.c | 214 if (waitid (P_PID, child, &info, WEXITED | (slave_process ? WNOWAIT : 0)) in wait_subprocess() 247 if (waitid (P_PID, child, &info, WEXITED) < 0) in wait_subprocess()
|
/external/kernel-headers/original/linux/ |
D | wait.h | 7 #define WEXITED 0x00000004 macro
|
/external/v8/src/ |
D | d8-posix.cc | 390 waitid(P_PID, pid, &child_info, WEXITED | WNOHANG | WNOWAIT); in WaitForChild()
|
/external/strace/ |
D | process.c | 1819 #ifdef WEXITED 1820 { WEXITED, "WEXITED" },
|