Function arceos_posix_api::sys_pthread_exit
source · 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.