Type Alias threadentry

Source
pub type threadentry = unsafe extern "C" fn(tid: tid, aux: *mut ());
Expand description

Entry point for additionally created threads.

tid: Thread ID of the current thread.

aux: Copy of the value stored in threadattr.argument.