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 1c4c20e commit eac42d0Copy full SHA for eac42d0
test/test_sched.rs
@@ -38,7 +38,7 @@ fn test_sched_affinity() {
38
sched_setaffinity(Pid::from_raw(0), &initial_affinity).unwrap();
39
}
40
41
-#[cfg(not(any(target_env = "musl", target_env = "ohos")))]
+#[cfg(all(linux_android, not(target_env = "musl"), not(target_env = "ohos")))]
42
#[test]
43
fn test_sched_priority() {
44
use nix::sched::{
0 commit comments