| /rust-libc-0.2.174/src/unix/newlib/horizon/ |
| H A D | mod.rs | 62 pub struct sched_param { 231 param: *mut sched_param, in pthread_attr_getschedparam() argument 236 param: *const sched_param, in pthread_attr_setschedparam() argument 252 param: *mut crate::sched_param, in pthread_getschedparam() argument 258 param: *const crate::sched_param, in pthread_setschedparam() argument
|
| /rust-libc-0.2.174/src/unix/newlib/vita/ |
| H A D | mod.rs | 60 pub struct sched_param { 190 param: *mut sched_param, in pthread_attr_getschedparam() argument 195 param: *const sched_param, in pthread_attr_setschedparam() argument 211 param: *mut crate::sched_param, in pthread_getschedparam() argument 217 param: *const crate::sched_param, in pthread_setschedparam() argument
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/ |
| H A D | mod.rs | 37 pub struct sched_param { 731 param: *const sched_param, in pthread_setschedparam() argument 736 param: *mut sched_param, in pthread_getschedparam() argument 818 param: *mut crate::sched_param, in posix_spawnattr_getschedparam() argument 822 param: *const crate::sched_param, in posix_spawnattr_setschedparam() argument
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 163 pub struct sched_param { 1681 param: *const sched_param, in pthread_setschedparam() argument 1686 param: *mut sched_param, in pthread_getschedparam() argument 1695 pub fn sched_getparam(pid: crate::pid_t, param: *mut sched_param) -> c_int; in sched_getparam() 1696 pub fn sched_setparam(pid: crate::pid_t, param: *const sched_param) -> c_int; in sched_setparam() 1701 param: *const crate::sched_param, in sched_setscheduler() argument 1849 param: *mut crate::sched_param, in posix_spawnattr_getschedparam() argument 1853 param: *const crate::sched_param, in posix_spawnattr_setschedparam() argument
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 249 pub struct sched_param { 2198 pub fn sched_setparam(pid: pid_t, param: *const sched_param) -> c_int; in sched_setparam() 2199 pub fn sched_getparam(pid: pid_t, param: *mut sched_param) -> c_int; in sched_getparam() 2201 pub fn sched_setscheduler(pid: pid_t, policy: c_int, param: *const sched_param) -> c_int; in sched_setscheduler() 2216 param: *mut sched_param, in pthread_attr_getschedparam() argument 2221 param: *const sched_param, in pthread_attr_setschedparam() argument 2278 param: *mut sched_param, in pthread_getschedparam() argument 2313 param: *const sched_param, in pthread_setschedparam() argument 2396 param: *mut sched_param, in posix_spawnattr_getschedparam() argument 2400 param: *const sched_param, in posix_spawnattr_setschedparam() argument
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 248 pub struct sched_param { 268 pub threadAttrSchedparam: crate::sched_param, 1392 param: *const crate::sched_param, in pthread_setschedparam() argument 1399 param: *mut crate::sched_param, in pthread_getschedparam() argument 1791 pub fn sched_setparam(pid: crate::pid_t, param: *const crate::sched_param) -> c_int; in sched_setparam() 1794 pub fn sched_getparam(pid: crate::pid_t, param: *mut crate::sched_param) -> c_int; in sched_getparam() 1800 param: *const crate::sched_param, in sched_setscheduler() argument
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 352 pub struct sched_param { 371 pub posix_attr_schedparam: sched_param, 2597 param: *mut sched_param, in pthread_attr_getschedparam() argument 2630 param: *const sched_param, in pthread_attr_setschedparam() argument 2716 param: *mut sched_param, in pthread_getschedparam() argument 2808 param: *const sched_param, in pthread_setschedparam() argument 3142 param: *mut crate::sched_param, in posix_spawnattr_getschedparam() argument 3161 param: *const crate::sched_param, in posix_spawnattr_setschedparam() argument 3226 pub fn sched_getparam(pid: crate::pid_t, param: *mut sched_param) -> c_int; in sched_getparam() 3231 pub fn sched_setparam(pid: crate::pid_t, param: *const crate::sched_param) -> c_int; in sched_setparam() [all …]
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | neutrino.rs | 1101 pub fn SchedGet(__pid: crate::pid_t, __tid: c_int, __param: *mut crate::sched_param) -> c_int; in SchedGet() 1102 pub fn SchedGet_r(__pid: crate::pid_t, __tid: c_int, __param: *mut crate::sched_param) in SchedGet_r() 1109 __param: *const crate::sched_param, in SchedSet() argument 1115 __param: *const crate::sched_param, in SchedSet_r() argument
|
| H A D | mod.rs | 187 pub struct sched_param { 2970 param: *mut crate::sched_param, in pthread_getschedparam() argument 2978 pub fn sched_setparam(pid: crate::pid_t, param: *const crate::sched_param) -> c_int; in sched_setparam() 2987 pub fn sched_getparam(pid: crate::pid_t, param: *mut crate::sched_param) -> c_int; in sched_getparam() 3037 param: *const crate::sched_param, in pthread_setschedparam() argument 3042 param: *const crate::sched_param, in sched_setscheduler() argument 3165 param: *mut crate::sched_param, in posix_spawnattr_getschedparam() argument 3169 param: *const crate::sched_param, in posix_spawnattr_setschedparam() argument
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 681 pub __schedparam: sched_param, 727 pub struct sched_param { 1019 __sp: crate::sched_param, 3998 pub fn sched_getparam(pid: crate::pid_t, param: *mut crate::sched_param) -> c_int; in sched_getparam() 3999 pub fn sched_setparam(pid: crate::pid_t, param: *const crate::sched_param) -> c_int; in sched_setparam() 4004 param: *const crate::sched_param, in sched_setscheduler() argument 4009 param: *mut crate::sched_param, in pthread_getschedparam() argument 4014 param: *const crate::sched_param, in pthread_setschedparam() argument 4218 param: *mut crate::sched_param, in posix_spawnattr_getschedparam() argument 4222 param: *const crate::sched_param, in posix_spawnattr_setschedparam() argument
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | mod.rs | 316 pub struct sched_param { 2698 param: *const crate::sched_param, in posix_spawnattr_setschedparam() argument 2702 param: *mut crate::sched_param, in posix_spawnattr_getschedparam() argument 2889 pub fn sched_getparam(pid: crate::pid_t, param: *mut sched_param) -> c_int; in sched_getparam() 2890 pub fn sched_setparam(pid: crate::pid_t, param: *const sched_param) -> c_int; in sched_setparam() 2895 param: *const crate::sched_param, in sched_setscheduler() argument
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | cygwin.txt | 821 sched_param
|
| H A D | openbsd.txt | 1274 sched_param
|
| H A D | fuchsia.txt | 1404 sched_param
|
| H A D | netbsd.txt | 1542 sched_param
|
| H A D | dragonfly.txt | 1567 sched_param
|
| H A D | freebsd.txt | 2256 sched_param
|
| H A D | apple.txt | 2257 sched_param
|
| H A D | aix.txt | 2386 sched_param
|
| H A D | android.txt | 3751 sched_param
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 663 __sp: crate::sched_param, 6527 param: *mut crate::sched_param, in pthread_getschedparam() argument 6552 pub fn sched_setparam(pid: crate::pid_t, param: *const crate::sched_param) -> c_int; in sched_setparam() 6567 pub fn sched_getparam(pid: crate::pid_t, param: *mut crate::sched_param) -> c_int; in sched_getparam() 6643 param: *mut crate::sched_param, in pthread_attr_getschedparam() argument 6647 param: *const crate::sched_param, in pthread_attr_setschedparam() argument 6660 param: *const crate::sched_param, in pthread_setschedparam() argument 6666 param: *const crate::sched_param, in sched_setscheduler() argument 6799 param: *mut crate::sched_param, in posix_spawnattr_getschedparam() argument 6803 param: *const crate::sched_param, in posix_spawnattr_setschedparam() argument
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 694 pub sa_schedparam: crate::sched_param, 2680 pub fn sched_setparam(pid: crate::pid_t, param: *const crate::sched_param) -> c_int; in sched_setparam() 2681 pub fn sched_getparam(pid: crate::pid_t, param: *mut crate::sched_param) -> c_int; in sched_getparam() 2686 param: *const crate::sched_param, in sched_setscheduler() argument
|
| /rust-libc-0.2.174/src/unix/linux_like/android/ |
| H A D | mod.rs | 3637 param: *mut crate::sched_param, in pthread_getschedparam() argument 3658 pub fn sched_setparam(pid: crate::pid_t, param: *const crate::sched_param) -> c_int; in sched_setparam() 3672 pub fn sched_getparam(pid: crate::pid_t, param: *mut crate::sched_param) -> c_int; in sched_getparam() 3740 param: *const crate::sched_param, in pthread_setschedparam() argument 3746 param: *const crate::sched_param, in sched_setscheduler() argument
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 399 pub struct sched_param { 4180 pub fn sched_setparam(pid: crate::pid_t, param: *const crate::sched_param) -> c_int; in sched_setparam() 4192 pub fn sched_getparam(pid: crate::pid_t, param: *mut crate::sched_param) -> c_int; in sched_getparam() 4229 param: *const crate::sched_param, in sched_setscheduler() argument
|
| /rust-libc-0.2.174/src/unix/bsd/apple/ |
| H A D | mod.rs | 907 pub struct sched_param { 5475 param: *mut sched_param, in pthread_attr_getschedparam() argument 5479 param: *const sched_param, in pthread_attr_setschedparam() argument 5484 param: *mut sched_param, in pthread_getschedparam() argument 5489 param: *const sched_param, in pthread_setschedparam() argument
|