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
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io