[go: up one dir, main page]

pub fn getpgid(pid: Option<Pid>) -> Result<Pid>
Available on crate feature process only.
Expand description

getpgid(pid)—Returns the process group ID of the given process.

References