Skip to main content

SYS_GETPGID

Constant SYS_GETPGID 

Source
pub const SYS_GETPGID: usize = 318;
Expand description

Get the process group ID of a process.

  • pid: target process ID (0 = current process)

Returns the process group ID.