Skip to main content

pthread_exit

Function pthread_exit 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pthread_exit(retval: *mut c_void) -> !
Expand description