/third_party/ltp/testcases/kernel/syscalls/waitid/ |
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()
|
D | waitid02.c | 227 if (waitid(P_PID, t->child, &infop, WSTOPPED) != 0) in setup6() 263 TEST(waitid(t->idtype, t->id, &infop, t->options)); in test_waitid()
|
/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/src/process/ |
D | waitid.c | 4 int waitid(idtype_t type, id_t id, siginfo_t *info, int options) in waitid() function
|
/third_party/musl/libc-test/src/functionalext/supplement/process/ |
D | waitid.c | 35 int result = waitid(P_PID, pid, &si, WEXITED); in waitid_0100()
|
D | test_src_functionalext_supplement_process.gni | 18 "waitid",
|
/third_party/mesa3d/src/freedreno/decode/ |
D | pager.c | 90 if (waitid(P_PID, pager_pid, &status, WEXITED) < 0) { in pager_close()
|
/third_party/ltp/include/lapi/syscalls/ |
D | x86_64.in | 248 waitid 247 370 waitid 529
|
D | aarch64.in | 97 waitid 95
|
D | arc.in | 97 waitid 95
|
D | sparc64.in | 262 waitid 279
|
D | ia64.in | 241 waitid 1270
|
D | mips_n64.in | 238 waitid 5237
|
D | s390x.in | 226 waitid 281
|
D | mips_n32.in | 242 waitid 6241
|
/third_party/musl/libc-test/src/api/ |
D | sys_wait.c | 29 {int(*p)(idtype_t,id_t,siginfo_t*,int) = waitid;} in f()
|
/third_party/musl/ndk_musl_include/sys/ |
D | wait.h | 27 int waitid (idtype_t, id_t, siginfo_t *, int);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | wait.h | 31 int waitid (idtype_t, id_t, siginfo_t *, int);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | wait.h | 27 int waitid (idtype_t, id_t, siginfo_t *, int);
|
/third_party/musl/include/sys/ |
D | wait.h | 27 int waitid (idtype_t, id_t, siginfo_t *, int);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | wait.h | 27 int waitid (idtype_t, id_t, siginfo_t *, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | wait.h | 27 int waitid (idtype_t, id_t, siginfo_t *, int);
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
D | ttranshuge.c | 408 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()
|