Function libc::pthread_getschedparam[][src]

pub unsafe extern "C" fn pthread_getschedparam(
    native: pthread_t,
    policy: *mut c_int,
    param: *mut sched_param
) -> c_int