Function lrs::syscall::getpgid

Get the process group of a process.

Syntax

fn getpgid(pid: i32) -> i32

Arguments

NameDescription
pid

The process whose process group to return.

See also