Type Alias rustix::thread::RawPid

source ยท
pub type RawPid = pid_t;
Available on crate feature thread only.
Expand description

A process identifier as a raw integer.