| /third_party/ltp/testcases/kernel/io/direct_io/ |
| H A D | dma_thread_diotest.c | 220 waitpid(pid, NULL, 0); in fork_thread()
|
| /third_party/ltp/testcases/misc/math/float/ |
| H A D | main.c | 173 waitpid(pid, NULL, 0); in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
| H A D | 2-4.c | 564 chkpid = waitpid(child_pr, &status, 0); in main()
|
| H A D | 4-2.c | 543 waitpid(child_pr[k], &status, 0); in main()
|
| H A D | 2-7.c | 568 chkpid = waitpid(child_pr, &status, 0); in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
| H A D | 2-2.c | 581 chkpid = waitpid(child_pr, &status, 0); in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
| H A D | 1-2.c | 582 pid = waitpid(p_child[ch], &status, 0); in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
| H A D | s-c1.c | 329 pidctl = waitpid(pr[i], &status, 0); in main()
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
| H A D | stress1.c | 326 wrc = waitpid(child_p, &status, 0); in threaded_A()
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
| H A D | stress1.c | 338 wrc = waitpid(child_p, &status, 0); in threaded_A()
|
| /third_party/protobuf/conformance/ |
| H A D | conformance_test_runner.cc | 166 waitpid(child_pid_, &status, WEXITED); in RunTest()
|
| /third_party/skia/third_party/externals/angle2/util/posix/ |
| H A D | test_utils_posix.cpp | 255 pid_t returnedPID = ::waitpid(mPID, &status, WNOHANG); 259 std::cerr << "Error calling waitpid: " << ::strerror(errno) << "\n";
|
| /third_party/skia/tools/ |
| H A D | remote_demo.cpp | 316 waitpid(child, nullptr, 0); in main()
|
| /third_party/toybox/toys/pending/ |
| H A D | crontab.c | 313 cpid = waitpid(pid, &status, 0); in do_edit()
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | subprocess.cc | 438 while (waitpid(child_pid_, &status, 0) == -1) { 440 GOOGLE_LOG(FATAL) << "waitpid: " << strerror(errno);
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
| H A D | syscalls.rs | 489 pub(crate) fn waitpid(
|
| /third_party/rust/crates/nix/test/sys/ |
| H A D | test_uio.rs | 253 waitpid(child, None).unwrap(); in test_process_vm_readv()
|
| /third_party/ltp/testcases/kernel/security/tomoyo/ |
| H A D | tomoyo_filesystem_test.c | 578 while (waitpid(pid, &error, __WALL) == EOF && in main() 596 while (waitpid(pid, &error, __WALL) == EOF && in main() 613 while (waitpid(pid, &error, __WALL) == EOF && in main()
|
| /third_party/googletest/googletest/test/ |
| H A D | googletest-death-test-test.cc | 47 #include <sys/wait.h> // For waitpid. 247 waitpid(child_pid, &status, 0); in NormalExitStatus() 263 waitpid(child_pid, &status, 0); in KilledExitStatus()
|
| /third_party/python/Lib/test/support/ |
| H A D | __init__.py | 1309 # Need os.waitpid(-1, os.WNOHANG): Windows is not supported 1310 if not (hasattr(os, 'waitpid') and hasattr(os, 'WNOHANG')): 1320 pid, status = os.waitpid(-1, os.WNOHANG) 2094 pid2, status = os.waitpid(pid, os.WNOHANG) 2103 os.waitpid(pid, 0) 2115 pid2, status = os.waitpid(pid, 0)
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/ |
| H A D | verify_manager_host_impl.cpp | 350 pid_t childPid = waitpid(pid, &status, 0); in VerifyAbc() 352 APP_LOGE("waitpid failed"); in VerifyAbc()
|
| /test/xts/acts/security_lite/permission_posix/pms/src/ |
| H A D | ActsPMSLoadTest.cpp | 418 waitpid(pid, &status, 0);
in HWTEST_F()
|
| /third_party/elfutils/libdwfl/ |
| H A D | linux-pid-attach.c | 88 above. Which would make the waitpid below wait forever. So emulate in __libdwfl_ptrace_attach() 97 if (waitpid (tid, &status, __WALL) != tid || !WIFSTOPPED (status)) in __libdwfl_ptrace_attach()
|
| /third_party/libuv/test/ |
| H A D | test-fork.c | 85 waited_pid = waitpid(child_pid, &child_stat, 0); in assert_wait_child()
|
| /third_party/ltp/testcases/kernel/ipc/pipeio/ |
| H A D | pipeio.c | 861 waitpid(-1, &status, WNOHANG); in sig_child()
|