We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192a245 commit c645bc1Copy full SHA for c645bc1
src/unix/notbsd/mod.rs
@@ -962,6 +962,7 @@ extern {
962
pshared: ::c_int) -> ::c_int;
963
pub fn pthread_condattr_getpshared(attr: *const pthread_condattr_t,
964
pshared: *mut ::c_int) -> ::c_int;
965
+ #[cfg(not(target_os = "android"))]
966
pub fn pthread_setschedprio(native: ::pthread_t,
967
priority: ::c_int) -> ::c_int;
968
pub fn pthread_getschedparam(native: ::pthread_t,
0 commit comments