Skip to main content

sys_getpid

Function sys_getpid 

Source
pub fn sys_getpid() -> Result<u64, SyscallError>
Expand description

SYS_PROC_GETPID (308): return the current task’s ID.