Function libc::sched_getparam
[−]
[src]
pub unsafe extern "C" fn sched_getparam(
pid: pid_t,
param: *mut sched_param
) -> c_int
🔬 This is a nightly-only experimental API. (libc)
use libc from crates.io