devela::_dep::rustix::process

Function getpgid

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

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

§References