Searched refs:SYS_GETPID (Results 1 – 3 of 3) sorted by relevance
79 pub const SYS_GETPID: usize = 172; constant
100 pub const SYS_GETPID: usize = 39; constant
418 SYS_GETPID => Self::getpid().map(|pid| pid.into()), in handle()