1pub use crate::new::pthread_::pthread_impl::*; 2use crate::prelude::*; 3 4s! { 5 pub struct sched_param { 6 pub sched_priority: c_int, 7 __opaque: [c_char; 4], 8 } 9}