MCPcopy 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
67pub fn thread_create(entry: usize, arg: usize) -> isize {
68 sys_thread_create(entry, arg)
69}
70pub fn gettid() -> isize {
71 sys_gettid()
72}

Callers 15

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

sys_thread_createFunction · 0.70

Tested by

no test coverage detected