| /third_party/ltp/pan/ |
| H A D | ltp-pan.c | 1083 waitpid(cpid, &status, 0); in run_child()
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_connection_handler.cc | 629 while ((rv = waitpid(ocsp_.proc.pid, nullptr, 0)) == -1 && errno == EINTR) in cancel_ocsp_update()
|
| /third_party/node/deps/googletest/src/ |
| H A D | gtest-death-test.cc | 1083 GTEST_DEATH_TEST_CHECK_SYSCALL_(waitpid(child_pid_, &status_value, 0)); in Wait()
|
| /third_party/mesa3d/src/gtest/src/ |
| H A D | gtest-death-test.cc | 1103 GTEST_DEATH_TEST_CHECK_SYSCALL_(waitpid(child_pid_, &status_value, 0)); in Wait()
|
| /third_party/rust/crates/rustix/src/backend/libc/fs/ |
| H A D | syscalls.rs | 627 let _ = ret_c_int(c::waitpid(child_pid, &mut wstatus, 0))?;
|
| /foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/ |
| H A D | crypto_key_test.cpp | 135 pid_t ret = waitpid(pid, &status, 0); in ExecSdcBinary()
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_direct.c | 456 waitpid(ret, NULL, 0); 467 //waitpid(dmix->server_pid, NULL, 0);
|
| /third_party/libuv/test/ |
| H A D | test-spawn.c | 220 err = waitpid(process.pid, &status, 0); in TEST_IMPL()
|
| /third_party/rust/crates/libc/src/vxworks/ |
| H A D | mod.rs | 1657 pub fn waitpid(pid: pid_t, status: *mut ::c_int, optons: ::c_int) -> pid_t; in waitpid() functions
|
| /third_party/rust/crates/libc/src/unix/ |
| H A D | mod.rs | 954 link_name = "waitpid$UNIX2003" 956 pub fn waitpid(pid: pid_t, status: *mut ::c_int, options: ::c_int) -> pid_t; in waitpid() functions
|
| /third_party/pulseaudio/src/pulse/ |
| H A D | context.c | 711 pa_log_error("Process disabled waitpid(), cannot autospawn."); 771 r = waitpid(pid, &status, 0); 777 pa_log(_("waitpid(): %s"), pa_cstrerror(errno));
|
| /third_party/toybox/toys/pending/ |
| H A D | dhcp.c | 558 waitpid(pid, NULL,0); in run_script()
|
| H A D | dhcpd.c | 1188 waitpid(pid, NULL, 0); in run_notify()
|
| /third_party/backends/frontend/ |
| H A D | saned.c | 2285 ret = waitpid(pid, status, options);
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2grep.c | 2504 (void)waitpid(pid, &result, 0); in pcre2grep_callout()
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
| H A D | main_thread.cpp | 2504 pid_t p = waitpid(pid, &status, 0); in HandleDumpHeap() 2506 TAG_LOGE(AAFwkTag::APPKIT, "HandleDumpHeap waitpid return p=%{public}d, err:%{public}d", p, errno); in HandleDumpHeap()
|
| /third_party/ntfs-3g/src/ |
| H A D | ntfs-3g.c | 4186 waitpid(pid, NULL, 0); in load_fuse_module()
|
| H A D | lowntfs-3g.c | 4477 waitpid(pid, NULL, 0);
|
| /third_party/python/Lib/test/ |
| H A D | test_posix.py | 1597 pid2, status = os.waitpid(pid, 0)
|
| H A D | test_subprocess.py | 1858 with mock.patch("subprocess.os.waitpid", 1878 with mock.patch("subprocess.os.waitpid", 3115 self.assertRaises(OSError, os.waitpid, pid, 0) 3271 """Test wait() behavior when waitpid returns WIFSTOPPED; issue29335.""" 3279 with mock.patch('subprocess.os.waitpid', return_value=(proc.pid, status)):
|
| H A D | test_os.py | 3072 # don't use support.wait_process() to test directly os.waitpid() 3074 pid2, status = os.waitpid(pid, 0) 3091 # bpo-40138: test os.waitpid() and os.waitstatus_to_exitcode()
|
| /third_party/python/Modules/ |
| H A D | posixmodule.c | 6511 res = waitpid((pid_t)rtpid, &status, 0); in _rtp_spawn() 8558 os.waitpid 8582 res = waitpid(pid, &status, options); in os_waitpid_impl() 8591 /* MS C has a variant of waitpid() that's usable for most purposes. */ 8593 os.waitpid 8626 /* shift the status left a byte so this is more like the POSIX waitpid */ in os_waitpid_impl() 14819 On Unix, if the process is being traced or if waitpid() was called with 14857 or if waitpid() was called with WUNTRACED option. */ in os_waitstatus_to_exitcode_impl() 14870 /* Windows implementation: see os.waitpid() implementation in os_waitstatus_to_exitcode_impl()
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 3636 pub fn waitpid(pid: pid_t, status: *mut ::c_int, options: ::c_int) -> pid_t; in waitpid() functions
|
| /third_party/node/deps/cares/ |
| H A D | configure | 19725 rc = waitpid(child, &status, 0); 19805 rc = waitpid(child, &status, 0); 19823 rc = waitpid(child, &status, 0);
|