pub fn sys_pthread_exit(retval: *mut c_void) -> !
multitask
Exits the current thread. The value retval will be returned to the joiner.
retval