Struct thread_priority::unix::ScheduleParams [−][src]
pub struct ScheduleParams { pub sched_priority: c_int, }
Expand description
Proxy structure to maintain compatibility between glibc and musl
Fields
sched_priority: c_int
Copy of sched_priority
from libc::sched_param