Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
35
pub(crate) fn WIFEXITED(status: i32) -> bool {
36
(status & 0x7f) == 0
37
}
38
39
#[inline]
40
pub(crate) fn WEXITSTATUS(status: i32) -> i32 {
Callers
2
utimensat
Function · 0.85
exited
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected