Home
last modified time | relevance | path

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

123

/third_party/rust/crates/nix/test/sys/
Dtest_wait.rs49 waitid(Id::Pid(child), WaitPidFlag::WEXITED), in test_waitid_signal()
90 waitid(Id::Pid(child), WaitPidFlag::WEXITED), in test_waitid_exit()
137 let status = waitid(Id::Pid(child), WaitPidFlag::WEXITED).unwrap(); in test_waitid_pid()
201 waitid(Id::Pid(child), WaitPidFlag::WEXITED), in ptrace_waitid_parent()
214 waitid(Id::Pid(child), WaitPidFlag::WEXITED), in ptrace_waitid_parent()
220 waitid(Id::Pid(child), WaitPidFlag::WEXITED), in ptrace_waitid_parent()
230 waitid(Id::Pid(child), WaitPidFlag::WEXITED), in ptrace_waitid_parent()
/third_party/ltp/testcases/kernel/syscalls/waitid/
Dwaitid02.c91 .options = WNOHANG | WEXITED,
99 .options = WNOHANG | WEXITED,
107 .options = WEXITED,
114 .options = WEXITED,
138 .options = WEXITED,
Dwaitid01.c79 TEST(waitid(P_ALL, getpid(), &infop, WEXITED)); in main()
98 TEST(waitid(P_ALL, 0, &infop, WEXITED)); in main()
116 TEST(waitid(P_ALL, 0, &infop, WEXITED)); in main()
/third_party/musl/libc-test/src/functionalext/supplement/process/
Dwaitid.c35 int result = waitid(P_PID, pid, &si, WEXITED); in waitid_0100()
/third_party/mesa3d/src/freedreno/decode/
Dpager.c90 if (waitid(P_PID, pager_pid, &status, WEXITED) < 0) { in pager_close()
/third_party/musl/libc-test/src/api/
Dsys_wait.c22 C(WEXITED) in f()
/third_party/musl/include/sys/
Dwait.h40 #define WEXITED 4 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dwait.h44 #define WEXITED 4 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dwait.h40 #define WEXITED 4 macro
/third_party/musl/ndk_musl_include/sys/
Dwait.h40 #define WEXITED 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dwait.h40 #define WEXITED 4 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dwait.h40 #define WEXITED 4 macro
/third_party/rust/crates/libc/libc-test/semver/
Dredox.txt158 WEXITED
Dfuchsia.txt998 WEXITED
Dnetbsd.txt1040 WEXITED
Ddragonfly.txt1062 WEXITED
/third_party/ltp/testcases/kernel/mce-test/tsrc/
Dttranshuge.c408 if (waitid(P_PID, child, &sig, WEXITED) < 0) { in main()
Dtinjpage.c713 waitid(P_PID, pid, &sig, WEXITED); in do_shared()
935 if (waitid(P_PID, child, &sig, WEXITED) < 0) in main()
/third_party/libwebsockets/lib/plat/unix/
Dunix-spawn.c172 n = waitid(P_PID, (id_t)lsp->child_pid, &lsp->si, WEXITED | WNOHANG | WNOWAIT); in lws_spawn_reap()
240 n = waitid(P_PID, (id_t)lsp->child_pid, &temp.si, WEXITED | WNOHANG); in lws_spawn_reap()
/third_party/protobuf/conformance/
Dconformance_test_runner.cc166 waitpid(child_pid_, &status, WEXITED); in RunTest()
/third_party/rust/crates/nix/src/sys/
Dwait.rs36 WEXITED;
/third_party/node/deps/uv/src/unix/
Dprocess.c1071 waitid(P_PID, pid, &infop, WNOHANG | WNOWAIT | WEXITED) == 0) in uv_kill()
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/
Dpage-poisoning.c742 waitid(P_PID, g_pid[i], &sig, WEXITED); in run_test()
/third_party/node/deps/v8/src/d8/
Dd8-posix.cc360 waitid(P_PID, pid, &child_info, WEXITED | WNOHANG | WNOWAIT); in WaitForChild()
/third_party/libuv/src/unix/
Dprocess.c1071 waitid(P_PID, pid, &infop, WNOHANG | WNOWAIT | WEXITED) == 0) in uv_kill()

123