Function vonuvoli_scheme::externals::libc::pthread_getschedparam[][src]

pub unsafe extern "C" fn pthread_getschedparam(
    native: u64,
    policy: *mut i32,
    param: *mut sched_param
) -> i32
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io