Skip to main content

pthread_getschedparam

Function pthread_getschedparam 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pthread_getschedparam( thread: pthread_t, policy_out: *mut c_int, param_out: *mut sched_param, ) -> c_int
Expand description