pub type threadentry = unsafe extern "C" fn(tid: tid, aux: *mut ());
Entry point for additionally created threads.
tid: Thread ID of the current thread.
aux: Copy of the value stored in threadattr.argument.
threadattr.argument