Skip to main content

thread_create

Function thread_create 

Source
pub fn thread_create(entry: usize, arg: usize) -> isize
Expand description

创建新线程。