Searched refs:waitpid (Results 376 - 384 of 384) sorted by relevance
1...<<111213141516
| /third_party/toybox/toys/pending/ |
| H A D | dhcpd.c | 1188 waitpid(pid, NULL, 0); in run_notify()
|
| /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);
|
Completed in 77 milliseconds
1...<<111213141516