Type Definition cloudabi::threadentry [] [src]

type threadentry = unsafe extern "C" fn(_: tid, _: *mut ());

Entry point for additionally created threads.

tid: Thread ID of the current thread.

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