/third_party/ltp/testcases/kernel/syscalls/waitid/ |
D | waitid02.c | 113 .idtype = P_PID, 120 .idtype = P_PID, 128 .idtype = P_PID, 136 .idtype = P_PID, 227 if (waitid(P_PID, t->child, &infop, WSTOPPED) != 0) in setup6()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | wait.h | 12 P_PID = 1, enumerator
|
/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 | 27 {idtype_t x = P_PID;} in f()
|
/third_party/musl/ndk_musl_include/sys/ |
D | wait.h | 15 P_PID = 1, enumerator
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | wait.h | 19 P_PID = 1, enumerator
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | wait.h | 15 P_PID = 1, enumerator
|
/third_party/musl/include/sys/ |
D | wait.h | 15 P_PID = 1, enumerator
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | wait.h | 15 P_PID = 1, enumerator
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | wait.h | 15 P_PID = 1, enumerator
|
/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/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/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 10 P_PID = 1 variable
|
/third_party/python/Lib/test/ |
D | test_posix.py | 208 res = posix.waitid(posix.P_PID, pid, posix.WEXITED)
|
/third_party/python/Doc/library/ |
D | os.rst | 4290 *idtype* can be :data:`P_PID`, :data:`P_PGID`, :data:`P_ALL`, or 4305 .. data:: P_PID
|
/third_party/python/Modules/ |
D | posixmodule.c | 15184 if (PyModule_AddIntMacro(m, P_PID)) return -1; in all_ins()
|