Skip to main content

SYS_PROC_GETPPID

Constant SYS_PROC_GETPPID 

Source
pub const SYS_PROC_GETPPID: usize = 309; // 309usize
Expand description

Get the parent process ID (PPID).

Returns the PID of the parent process, or 0 if the parent has exited.