MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / wait

Function wait

src/backend/linux_raw/process/syscalls.rs:280–282  ·  view source on GitHub ↗
(waitopts: WaitOptions)

Source from the content-addressed store, hash-verified

278
279#[inline]
280pub(crate) fn wait(waitopts: WaitOptions) -> io::Result<Option<(Pid, WaitStatus)>> {
281 _waitpid(!0, waitopts)
282}
283
284#[inline]
285pub(crate) fn waitpid(

Callers

nothing calls this directly

Calls 1

_waitpidFunction · 0.70

Tested by

no test coverage detected