pub fn create_thread(
entry_point: ThreadEntryPoint,
arg: *mut u8,
attributes: ThreadAttributes,
process_id: ProcessId,
) -> KernelResult<Arc<ThreadHandle>>Expand description
Create a new thread
pub fn create_thread(
entry_point: ThreadEntryPoint,
arg: *mut u8,
attributes: ThreadAttributes,
process_id: ProcessId,
) -> KernelResult<Arc<ThreadHandle>>Create a new thread