Function axlibc::pthread_exit

source ·
#[no_mangle]
pub unsafe extern "C" fn pthread_exit(retval: *mut c_void) -> !
Available on crate feature multitask only.
Expand description

Exits the current thread. The value retval will be returned to the joiner.