| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
| H A D | 8-1.c | 124 ctl = waitpid(child, &status, 0); in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/ |
| H A D | 1-1.c | 165 ctlpid = waitpid(hispid, &status, 0); in main() 168 "waitpid waited for the wrong process"); in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
| H A D | 6-2.c | 96 waitpid(child, &status, 0); in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
| H A D | 1-2.c | 161 ctl = waitpid(child, &status, 0); in threaded()
|
| H A D | 3-2.c | 147 ctl = waitpid(child, &status, 0); in threaded()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/ |
| H A D | 3-3.c | 151 ctl = waitpid(child, &status, 0); in main()
|
| H A D | 3-2.c | 160 ctl = waitpid(child, &status, 0); in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/ |
| H A D | helper.c | 147 chk = waitpid(child, &status, 0); in main()
|
| /third_party/musl/libc-test/src/functional/ |
| H A D | atexit_dlclose.c | 92 w = waitpid(pid, &wstatus, 0); in main()
|
| H A D | vfork.c | 13 r = waitpid(pid, &s, 0); in w() 15 t_error("waitpid failed: %s\n", strerror(errno)); in w() 17 t_error("child pid was %d, waitpid returned %d\n", pid, r); in w()
|
| /third_party/musl/libc-test/src/common/ |
| H A D | runtest.c | 84 if (waitpid(pid, &status, 0) != pid) { in main() 85 t_error("%s waitpid failed: %s\n", argv[0], strerror(errno)); in main()
|
| /third_party/musl/libc-test/src/functionalext/supplement/process/ |
| H A D | posix_spawn.c | 119 waitpid(pid, NULL, WNOHANG); in posix_spawn_0400()
|
| H A D | posix_spawnp.c | 119 waitpid(pid, NULL, WNOHANG); in posix_spawnp_0400()
|
| /third_party/musl/libc-test/src/functionalext/supplement/thread/ |
| H A D | thrd_join.c | 116 waitpid(pid, &status, 0); in thrd_join_0300()
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | popen_fork.py | 27 pid, sts = os.waitpid(self.pid, flag)
|
| /third_party/pulseaudio/src/modules/gsettings/ |
| H A D | module-gsettings.c | 98 if (waitpid(u->pid, NULL, 0) >= 0) in pa__done() 102 pa_log("waitpid() failed: %s", pa_cstrerror(errno)); in pa__done()
|
| /third_party/python/Lib/ |
| H A D | _bootsubprocess.py | 30 _, status = os.waitpid(pid, 0)
|
| /third_party/toybox/toys/pending/ |
| H A D | openvt.c | 84 while (-1 == waitpid(pid, NULL, 0) && errno == EINTR); in openvt_main()
|
| /test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
| H A D | utils.cpp | 69 // check process state use 'waitpid'
73 int rt = waitpid(pid, &status, flag);
in CheckProcStatus() 77 LOGE("waitpid return -1, errno=%d:%s\n", errno, strerror(errno));
in CheckProcStatus() 81 } else if (rt != pid) { // waitpid return error
in CheckProcStatus() 83 LOGE("waitpid return error, rt=%d, errno=%d:%s\n", rt, errno, strerror(errno));
in CheckProcStatus() 85 LOGE("waitpid return error, errno is not set(no more info)\n");
in CheckProcStatus() 290 if (waitpid(pid, nullptr, 0) != pid) {
in GetNonExistPid() 291 LOG("waitpid failed, errno = %d", errno);
in GetNonExistPid()
|
| /third_party/elfutils/tests/ |
| H A D | backtrace-data.c | 294 pid_t pid = waitpid (child, &status, 0); in main() 324 pid = waitpid (child, &status, 0); in main()
|
| /third_party/backends/sanei/ |
| H A D | sanei_thread.c | 527 result = waitpid( pid, &ls, 0 ); in sanei_thread_waitpid() 556 result = waitpid( pid, &ls, WNOHANG ); in sanei_thread_get_status()
|
| /third_party/ltp/testcases/kernel/syscalls/epoll/ |
| H A D | epoll-ltp.c | 154 waitpid(kid_pid, &kid_status, 0); \ 184 waitpid(kid_pid, &kid_status, 0); \
|
| /third_party/libwebsockets/lib/roles/cgi/ |
| H A D | cgi-server.c | 945 n = waitpid(-1, &status, WNOHANG); in lws_cgi_kill_terminated() 976 waitpid(n, &status, WNOHANG); in lws_cgi_kill_terminated() 1004 waitpid(n, &status, WNOHANG); in lws_cgi_kill_terminated() 1040 if (waitpid(cgi->lsp->child_pid, &status, WNOHANG) > 0) { in lws_cgi_kill_terminated()
|
| /foundation/filemanagement/app_file_service/utils/src/b_process/ |
| H A D | b_process.cpp | 60 if (waitpid(pid, &status, 0) == -1) { in WaitForChild()
|
| /test/xts/acts/commonlibrary/toolchain/libc-test/src/ |
| H A D | toolchaintest.cpp | 100 if (waitpid(pid, &status, 0) != pid) { in RunTests() 101 printf("%s waitpid failed: %s\n", argvs, strerror(errno)); in RunTests()
|