Lines Matching defs:waitpid
16 /// Controls the behavior of [`waitpid`].
78 /// Possible return values from `wait()` or `waitpid()`.
128 /// was used (otherwise `wait()` or `waitpid()` would block until
195 /// Convert a raw `wstatus` as returned by `waitpid`/`wait` into a `WaitStatus`
203 /// Convert a `wstatus` obtained from `libc::waitpid` into a `WaitStatus`:
304 /// See also [waitpid(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/waitpid.html)
305 pub fn waitpid<P: Into<Option<Pid>>>(
319 libc::waitpid(
336 waitpid(None, None)