Function pthread_attr_getschedpolicy
pub unsafe extern "C" fn pthread_attr_getschedpolicy(
attr: *const pthread_attr_t,
policy: *mut i32,
) -> i32
Available on crate feature
dep_sdl3
only.pub unsafe extern "C" fn pthread_attr_getschedpolicy(
attr: *const pthread_attr_t,
policy: *mut i32,
) -> i32
dep_sdl3
only.