Home
last modified time | relevance | path

Searched refs:WEXITED (Results 1 – 17 of 17) sorted by relevance

/external/strace/xlat/
Dwait4_options.h30 #if defined(WEXITED) || (defined(HAVE_DECL_WEXITED) && HAVE_DECL_WEXITED)
31 XLAT(WEXITED),
Dwait4_options.in5 WEXITED
/external/strace/tests/
Dwait.c62 assert(waitid(P_PID, pid, &info, WNOHANG | WEXITED) == 0); in main()
88 assert(waitid(P_PID, pid, &info, WEXITED | WSTOPPED) == 0); in main()
Dwait.expected2 waitid\(P_PID, [[:digit:]]+, \{\}, WNOHANG\|WEXITED, NULL\) += 0
10 …[[:digit:]]+, si_status=0, si_utime=[[:digit:]], si_stime=[[:digit:]]\}, WEXITED\|WSTOPPED, NULL\)…
/external/libchrome/sandbox/linux/services/
Dscoped_process.cc68 waitid(P_PID, child_process_id_, &process_info, WEXITED))); in ~ScopedProcess()
84 waitid(P_PID, child_process_id_, &process_info, WEXITED | WNOWAIT)); in WaitForExit()
Dinit_process_reaper.cc68 HANDLE_EINTR(waitid(P_ALL, 0, &reaped_child_info, WEXITED)); in CreateInitProcessReaper()
/external/kernel-headers/original/uapi/linux/
Dwait.h7 #define WEXITED 0x00000004 macro
/external/compiler-rt/test/asan/TestCases/Posix/
Dwaitid.cc17 res = waitid(P_ALL, 0, si, WEXITED | WNOHANG); in main()
/external/bison/lib/
Dwait-process.c214 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/libbrillo/brillo/
Dprocess_reaper.cc59 int rc = HANDLE_EINTR(waitid(P_ALL, 0, &info, WNOHANG | WEXITED)); in HandleSIGCHLD()
/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_process.cc56 int ret = HANDLE_EINTR(waitid(P_PID, broker_pid_, &process_info, WEXITED)); in ~BrokerProcess()
Dbroker_process_unittest.cc434 P_PID, broker_pid, &process_info, WEXITED | WNOWAIT)) == in SANDBOX_TEST()
601 WEXITED | WNOWAIT))); in TEST()
/external/tlsdate/src/events/
Dsigchld.c26 ret = waitid (P_ALL, -1, &info, WEXITED|WNOHANG); in handle_child_death()
/external/libchrome/sandbox/linux/suid/
Dsandbox.c215 HANDLE_EINTR(waitid(P_PID, child_pid, &reaped_child_info, WEXITED)); in WaitForChildAndExit()
/external/v8/src/
Dd8-posix.cc395 waitid(P_PID, pid, &child_info, WEXITED | WNOHANG | WNOWAIT); in WaitForChild()
/external/strace/
DREADME-linux-ptrace104 WEXITED?
106 __WALL value does not include WSTOPPED and WEXITED bits, but implies
/external/valgrind/include/vki/
Dvki-solaris.h1478 #define VKI_WEXITED WEXITED