Home
last modified time | relevance | path

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

/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/boost/boost/process/detail/posix/
Dwait_group.hpp38 ret = ::waitid(P_PGID, p.grp, &status, WEXITED | WNOHANG); in wait()
74 ret = ::waitid(P_PGID, p.grp, &siginfo, WEXITED | WSTOPPED | WNOHANG); in wait_until()
/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/porting/liteos_m_iccarm/kernel/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/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/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/wayland_standard/tests/
Dtest-runner.c339 if (waitid(P_PID, pid, &info, WEXITED)) { in main()
Dtest-compositor.c108 assert(waitid(P_PID, ci->pid, &status, WEXITED) != -1); in handle_client_destroy()
/third_party/protobuf/conformance/
Dconformance_test_runner.cc166 waitpid(child_pid_, &status, WEXITED); in RunTest()
/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/weston/tools/zunitc/src/
Dzunitc_impl.c1084 if (waitid(P_ALL, 0, &info, WEXITED)) { in spawn_test()
/third_party/python/Lib/test/
Dtest_posix.py208 res = posix.waitid(posix.P_PID, pid, posix.WEXITED)
/third_party/python/Modules/
Dposixmodule.c15191 #ifdef WEXITED in all_ins()
15192 if (PyModule_AddIntMacro(m, WEXITED)) return -1; in all_ins()
/third_party/python/Doc/library/
Dos.rst4293 *options* is constructed from the ORing of one or more of :data:`WEXITED`,
4325 .. data:: WEXITED