Function cloudabi::thread_create [] [src]

pub unsafe fn thread_create(attr_: *mut threadattr, tid_: &mut tid) -> errno

Creates a new thread within the current process.

Parameters

attr: The desired attributes of the new thread.

tid: The thread ID of the new thread.