Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chyyuu/os_kernel_lab
/ getpid
Function
getpid
user/src/task.rs:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
sys_get_time()
11
}
12
pub fn getpid() -> isize {
13
sys_getpid()
14
}
15
pub fn fork() -> isize {
16
sys_fork()
17
}
Callers
1
panic_handler
Function · 0.85
Calls
1
sys_getpid
Function · 0.70
Tested by
no test coverage detected