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

Function WIFEXITED

src/backend/linux_raw/process/wait.rs:35–37  ·  view source on GitHub ↗
(status: i32)

Source from the content-addressed store, hash-verified

33
34#[inline]
35pub(crate) fn WIFEXITED(status: i32) -> bool {
36 (status & 0x7f) == 0
37}
38
39#[inline]
40pub(crate) fn WEXITSTATUS(status: i32) -> i32 {

Callers 2

utimensatFunction · 0.85
exitedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected