Home
last modified time | relevance | path

Searched refs:policy (Results 1 – 21 of 21) sorted by relevance

/rust-libc-0.2.174/src/unix/newlib/horizon/
H A Dmod.rs251 policy: *mut c_int, in pthread_getschedparam()
257 policy: c_int, in pthread_setschedparam()
/rust-libc-0.2.174/src/unix/newlib/vita/
H A Dmod.rs210 policy: *mut c_int, in pthread_getschedparam()
216 policy: c_int, in pthread_setschedparam()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd13/
H A Dmod.rs497 policy: *mut c_int, in cpuset_getdomain()
505 policy: c_int, in cpuset_setdomain()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd14/
H A Dmod.rs497 policy: *mut c_int, in cpuset_getdomain()
505 policy: c_int, in cpuset_setdomain()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd15/
H A Dmod.rs498 policy: *mut c_int, in cpuset_getdomain()
506 policy: c_int, in cpuset_setdomain()
/rust-libc-0.2.174/
H A DCONTRIBUTING.md98 ## Breaking change policy
115 ## Supported target policy
H A DREADME.md63 breaking) release in order to avoid a ripple effect in the ecosystem. A policy
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs5972 pub fn SCTP_PR_INDEX(policy: c_int) -> c_int {
5973 policy >> (4 - 1)
5977 policy & SCTP_PR_SCTP_MASK
5982 *flags |= policy;
6106 policy == SCTP_PR_SCTP_TTL
6110 policy == SCTP_PR_SCTP_RTX
6114 policy == SCTP_PR_SCTP_PRIO
6526 policy: *mut c_int, in pthread_getschedparam()
6638 policy: *mut c_int, in pthread_attr_getschedpolicy()
6659 policy: c_int, in pthread_setschedparam()
[all …]
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1391 policy: c_int, in pthread_setschedparam()
1398 policy: *mut c_int, in pthread_getschedparam()
1409 pub fn pthread_attr_setschedpolicy(attr: *mut crate::pthread_attr_t, policy: c_int) -> c_int; in pthread_attr_setschedpolicy()
1785 pub fn sched_get_priority_max(policy: c_int) -> c_int; in sched_get_priority_max()
1788 pub fn sched_get_priority_min(policy: c_int) -> c_int; in sched_get_priority_min()
1799 policy: c_int, in sched_setscheduler()
/rust-libc-0.2.174/src/unix/bsd/apple/
H A Dmod.rs1476 pub policy: crate::policy_t,
1585 pub policy: crate::policy_t,
2199 && self.policy == other.policy
2212 self.policy.hash(state);
2487 && self.policy == other.policy
2499 let policy = self.policy; localVariable
2506 policy.hash(state);
5399 policy: *mut c_int, in pthread_attr_getschedpolicy()
5417 pub fn pthread_attr_setschedpolicy(attr: *mut crate::pthread_attr_t, policy: c_int) -> c_int; in pthread_attr_setschedpolicy()
5483 policy: *mut c_int, in pthread_getschedparam()
[all …]
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs2201 pub fn sched_setscheduler(pid: pid_t, policy: c_int, param: *const sched_param) -> c_int; in sched_setscheduler()
2204 pub fn sched_get_priority_max(policy: c_int) -> c_int; in sched_get_priority_max()
2205 pub fn sched_get_priority_min(policy: c_int) -> c_int; in sched_get_priority_min()
2277 policy: *mut c_int, in pthread_getschedparam()
2312 policy: c_int, in pthread_setschedparam()
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/
H A Dmod.rs730 policy: c_int, in pthread_setschedparam()
735 policy: *mut c_int, in pthread_getschedparam()
/rust-libc-0.2.174/src/unix/bsd/
H A Dmod.rs821 pub fn sched_get_priority_min(policy: c_int) -> c_int; in sched_get_priority_min()
822 pub fn sched_get_priority_max(policy: c_int) -> c_int; in sched_get_priority_max()
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs2607 policy: *mut c_int, in pthread_attr_getschedpolicy()
2633 pub fn pthread_attr_setschedpolicy(attr: *mut crate::pthread_attr_t, policy: c_int) -> c_int; in pthread_attr_setschedpolicy()
2715 policy: *mut c_int, in pthread_getschedparam()
2807 policy: c_int, in pthread_setschedparam()
3228 pub fn sched_get_priority_max(policy: c_int) -> c_int; in sched_get_priority_max()
3229 pub fn sched_get_priority_min(policy: c_int) -> c_int; in sched_get_priority_min()
3234 policy: c_int, in sched_setscheduler()
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs2969 policy: *mut c_int, in pthread_getschedparam()
2973 pub fn sched_get_priority_max(policy: c_int) -> c_int; in sched_get_priority_max()
3029 pub fn sched_get_priority_min(policy: c_int) -> c_int; in sched_get_priority_min()
3036 policy: c_int, in pthread_setschedparam()
3041 policy: c_int, in sched_setscheduler()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/
H A Dmod.rs1680 policy: c_int, in pthread_setschedparam()
1685 policy: *mut c_int, in pthread_getschedparam()
1700 policy: c_int, in sched_setscheduler()
/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs3636 policy: *mut c_int, in pthread_getschedparam()
3641 pub fn sched_get_priority_max(policy: c_int) -> c_int; in sched_get_priority_max()
3730 pub fn sched_get_priority_min(policy: c_int) -> c_int; in sched_get_priority_min()
3739 policy: c_int, in pthread_setschedparam()
3745 policy: c_int, in sched_setscheduler()
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs2704 pub fn posix_spawnattr_setschedpolicy(attr: *mut posix_spawnattr_t, policy: c_int) -> c_int; in posix_spawnattr_setschedpolicy()
2887 pub fn sched_get_priority_min(policy: c_int) -> c_int; in sched_get_priority_min()
2888 pub fn sched_get_priority_max(policy: c_int) -> c_int; in sched_get_priority_max()
2894 policy: c_int, in sched_setscheduler()
/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs4003 policy: c_int, in sched_setscheduler()
4008 policy: *mut c_int, in pthread_getschedparam()
4013 policy: c_int, in pthread_setschedparam()
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs4165 pub fn sched_get_priority_max(policy: c_int) -> c_int; in sched_get_priority_max()
4223 pub fn sched_get_priority_min(policy: c_int) -> c_int; in sched_get_priority_min()
4228 policy: c_int, in sched_setscheduler()
/rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2685 policy: c_int, in sched_setscheduler()