/third_party/ltp/testcases/kernel/syscalls/waitid/ |
D | waitid02.c | 91 .options = WNOHANG | WEXITED, 99 .options = WNOHANG | WEXITED, 107 .options = WEXITED, 114 .options = WEXITED, 138 .options = WEXITED,
|
D | waitid01.c | 79 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/ |
D | wait_group.hpp | 38 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/ |
D | waitid.c | 35 int result = waitid(P_PID, pid, &si, WEXITED); in waitid_0100()
|
/third_party/mesa3d/src/freedreno/decode/ |
D | pager.c | 90 if (waitid(P_PID, pager_pid, &status, WEXITED) < 0) { in pager_close()
|
/third_party/musl/libc-test/src/api/ |
D | sys_wait.c | 22 C(WEXITED) in f()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | wait.h | 40 #define WEXITED 4 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | wait.h | 44 #define WEXITED 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | wait.h | 40 #define WEXITED 4 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | wait.h | 40 #define WEXITED 4 macro
|
/third_party/musl/include/sys/ |
D | wait.h | 40 #define WEXITED 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | wait.h | 40 #define WEXITED 4 macro
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
D | ttranshuge.c | 408 if (waitid(P_PID, child, &sig, WEXITED) < 0) { in main()
|
D | tinjpage.c | 713 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/ |
D | unix-spawn.c | 172 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/ |
D | test-runner.c | 339 if (waitid(P_PID, pid, &info, WEXITED)) { in main()
|
D | test-compositor.c | 108 assert(waitid(P_PID, ci->pid, &status, WEXITED) != -1); in handle_client_destroy()
|
/third_party/protobuf/conformance/ |
D | conformance_test_runner.cc | 166 waitpid(child_pid_, &status, WEXITED); in RunTest()
|
/third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/ |
D | page-poisoning.c | 742 waitid(P_PID, g_pid[i], &sig, WEXITED); in run_test()
|
/third_party/weston/tools/zunitc/src/ |
D | zunitc_impl.c | 1084 if (waitid(P_ALL, 0, &info, WEXITED)) { in spawn_test()
|
/third_party/python/Lib/test/ |
D | test_posix.py | 208 res = posix.waitid(posix.P_PID, pid, posix.WEXITED)
|
/third_party/python/Modules/ |
D | posixmodule.c | 15191 #ifdef WEXITED in all_ins() 15192 if (PyModule_AddIntMacro(m, WEXITED)) return -1; in all_ins()
|
/third_party/python/Doc/library/ |
D | os.rst | 4293 *options* is constructed from the ORing of one or more of :data:`WEXITED`, 4325 .. data:: WEXITED
|