Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chyyuu/os_kernel_lab
/ thread_create
Function
thread_create
user/src/task.rs:67–69 ·
view source on GitHub ↗
(entry: usize, arg: usize)
Source
from the content-addressed store, hash-verified
65
}
66
67
pub fn thread_create(entry: usize, arg: usize) -> isize {
68
sys_thread_create(entry, arg)
69
}
70
pub fn gettid() -> isize {
71
sys_gettid()
72
}
Callers
15
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
1
sys_thread_create
Function · 0.70
Tested by
no test coverage detected