pub fn sys_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.