Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ WEXITSTATUS
Function
WEXITSTATUS
src/backend/linux_raw/process/wait.rs:40–42 ·
view source on GitHub ↗
(status: i32)
Source
from the content-addressed store, hash-verified
38
39
#[inline]
40
pub(crate) fn WEXITSTATUS(status: i32) -> i32 {
41
(status >> 8) & 0xff
42
}
43
44
pub(crate) trait SiginfoExt {
45
fn si_signo(&self) -> c_int;
Callers
2
utimensat
Function · 0.85
exit_status
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected