Home
last modified time | relevance | path

Searched defs:getpid (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.8/kernel/src/process/
Dsyscall.rs62 pub fn getpid() -> Result<usize, SystemError> { in getpid() method
/DragonOS-0.1.8/user/libs/libc/src/
Dunistd.c215 pid_t getpid(void) in getpid() function