Function thread_create

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

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.