Home
last modified time | relevance | path

Searched refs:waitpid (Results 401 - 424 of 424) sorted by relevance

1...<<11121314151617

/third_party/ltp/pan/
H A Dltp-pan.c1083 waitpid(cpid, &status, 0); in run_child()
/third_party/nghttp2/src/
H A Dshrpx_connection_handler.cc629 while ((rv = waitpid(ocsp_.proc.pid, nullptr, 0)) == -1 && errno == EINTR) in cancel_ocsp_update()
/third_party/node/deps/googletest/src/
H A Dgtest-death-test.cc1083 GTEST_DEATH_TEST_CHECK_SYSCALL_(waitpid(child_pid_, &status_value, 0)); in Wait()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc1103 GTEST_DEATH_TEST_CHECK_SYSCALL_(waitpid(child_pid_, &status_value, 0)); in Wait()
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs627 let _ = ret_c_int(c::waitpid(child_pid, &mut wstatus, 0))?;
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/
H A Dcrypto_key_test.cpp135 pid_t ret = waitpid(pid, &status, 0); in ExecSdcBinary()
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.c456 waitpid(ret, NULL, 0);
467 //waitpid(dmix->server_pid, NULL, 0);
/third_party/libuv/test/
H A Dtest-spawn.c220 err = waitpid(process.pid, &status, 0); in TEST_IMPL()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1657 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 Dmod.rs954 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 Dcontext.c711 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 Ddhcp.c558 waitpid(pid, NULL,0); in run_script()
H A Ddhcpd.c1188 waitpid(pid, NULL, 0); in run_notify()
/third_party/backends/frontend/
H A Dsaned.c2285 ret = waitpid(pid, status, options);
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c2504 (void)waitpid(pid, &result, 0); in pcre2grep_callout()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp2504 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 Dntfs-3g.c4186 waitpid(pid, NULL, 0); in load_fuse_module()
H A Dlowntfs-3g.c4477 waitpid(pid, NULL, 0);
/third_party/python/Lib/test/
H A Dtest_posix.py1597 pid2, status = os.waitpid(pid, 0)
H A Dtest_subprocess.py1858 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 Dtest_os.py3072 # 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 Dposixmodule.c6511 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 Dmod.rs3636 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 Dconfigure19725 rc = waitpid(child, &status, 0);
19805 rc = waitpid(child, &status, 0);
19823 rc = waitpid(child, &status, 0);

Completed in 108 milliseconds

1...<<11121314151617