Searched defs:waitpid (Results 1 – 10 of 10) sorted by relevance
/external/musl/src/process/ |
D | waitpid.c | 4 pid_t waitpid(pid_t pid, int *status, int options) in waitpid() function
|
/external/rust/crates/ciborium/tests/ |
D | fuzz.rs | 21 fn waitpid(pid: pid_t, wstatus: *mut c_int, options: c_int) -> pid_t; in waitpid() function
|
/external/strace/ |
D | wait.c | 154 SYS_FUNC(waitpid) in SYS_FUNC() argument
|
/external/rust/crates/nix/src/sys/ |
D | wait.rs | 305 pub fn waitpid<P: Into<Option<Pid>>>( in waitpid() function
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_unix_events.py | 1152 def waitpid(self, pid, flags): member in ChildWatcherTestsMixin
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 956 pub fn waitpid(pid: pid_t, status: *mut ::c_int, options: ::c_int) -> pid_t; in waitpid() function
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1657 pub fn waitpid(pid: pid_t, status: *mut ::c_int, optons: ::c_int) -> pid_t; in waitpid() function
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 4475 LSS_INLINE pid_t LSS_NAME(waitpid)(pid_t pid, int *status, int options) { in LSS_NAME() argument
|
/external/cronet/third_party/lss/ |
D | linux_syscall_support.h | 5273 LSS_INLINE pid_t LSS_NAME(waitpid)(pid_t pid, int *status, int options) { in LSS_NAME() argument
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3636 pub fn waitpid(pid: pid_t, status: *mut ::c_int, options: ::c_int) -> pid_t; in waitpid() function
|