Searched defs:sched_getparam (Results 1 – 11 of 11) sorted by relevance
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 1794 pub fn sched_getparam(pid: crate::pid_t, param: *mut crate::sched_param) -> c_int; in sched_getparam() function
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 1695 pub fn sched_getparam(pid: crate::pid_t, param: *mut sched_param) -> c_int; in sched_getparam() function
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 2681 pub fn sched_getparam(pid: crate::pid_t, param: *mut crate::sched_param) -> c_int; in sched_getparam() function
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 2199 pub fn sched_getparam(pid: pid_t, param: *mut sched_param) -> c_int; in sched_getparam() function
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | mod.rs | 2987 pub fn sched_getparam(pid: crate::pid_t, param: *mut crate::sched_param) -> c_int; in sched_getparam() function
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | mod.rs | 2889 pub fn sched_getparam(pid: crate::pid_t, param: *mut sched_param) -> c_int; in sched_getparam() function
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 3226 pub fn sched_getparam(pid: crate::pid_t, param: *mut sched_param) -> c_int; in sched_getparam() function
|
| /rust-libc-0.2.174/src/unix/linux_like/android/ |
| H A D | mod.rs | 3672 pub fn sched_getparam(pid: crate::pid_t, param: *mut crate::sched_param) -> c_int; in sched_getparam() function
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 4192 pub fn sched_getparam(pid: crate::pid_t, param: *mut crate::sched_param) -> c_int; in sched_getparam() function
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 3998 pub fn sched_getparam(pid: crate::pid_t, param: *mut crate::sched_param) -> c_int; in sched_getparam() function
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 6567 pub fn sched_getparam(pid: crate::pid_t, param: *mut crate::sched_param) -> c_int; in sched_getparam() function
|