Home
last modified time | relevance | path

Searched refs:waitid (Results 1 – 25 of 51) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/waitid/
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()
Dwaitid02.c227 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/
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/src/process/
Dwaitid.c4 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/
Dwaitid.c35 int result = waitid(P_PID, pid, &si, WEXITED); in waitid_0100()
Dtest_src_functionalext_supplement_process.gni18 "waitid",
/third_party/mesa3d/src/freedreno/decode/
Dpager.c90 if (waitid(P_PID, pager_pid, &status, WEXITED) < 0) { in pager_close()
/third_party/ltp/include/lapi/syscalls/
Dx86_64.in248 waitid 247
370 waitid 529
Daarch64.in97 waitid 95
Darc.in97 waitid 95
Dsparc64.in262 waitid 279
Dia64.in241 waitid 1270
Dmips_n64.in238 waitid 5237
Ds390x.in226 waitid 281
Dmips_n32.in242 waitid 6241
/third_party/musl/libc-test/src/api/
Dsys_wait.c29 {int(*p)(idtype_t,id_t,siginfo_t*,int) = waitid;} in f()
/third_party/musl/ndk_musl_include/sys/
Dwait.h27 int waitid (idtype_t, id_t, siginfo_t *, int);
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dwait.h31 int waitid (idtype_t, id_t, siginfo_t *, int);
/third_party/musl/porting/uniproton/kernel/include/sys/
Dwait.h27 int waitid (idtype_t, id_t, siginfo_t *, int);
/third_party/musl/include/sys/
Dwait.h27 int waitid (idtype_t, id_t, siginfo_t *, int);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dwait.h27 int waitid (idtype_t, id_t, siginfo_t *, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dwait.h27 int waitid (idtype_t, id_t, siginfo_t *, int);
/third_party/ltp/testcases/kernel/mce-test/tsrc/
Dttranshuge.c408 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()

123