[][src]Function linux::syscall::getpgid

pub fn getpgid(pid: pid_t) -> pid_t

Get the process group of a process.

[argument, pid] The process whose process group to return.

= See also

  • link:man:getpgid(2)