Function libc::pthread_setschedparam [] [src]

pub unsafe extern "C" fn pthread_setschedparam(
    native: pthread_t,
    policy: c_int,
    param: *const sched_param
) -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io