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 aa916e4 commit 5b6c224Copy full SHA for 5b6c224
test/test_sched.rs
@@ -43,7 +43,7 @@ fn test_sched_affinity() {
43
sched_setaffinity(Pid::from_raw(0), &initial_affinity).unwrap();
44
}
45
46
-#[cfg(not(target_env = "musl"))]
+#[cfg(any(not(target_env = "musl"), not(target_env = "ohos")))]
47
#[test]
48
fn test_sched_priority() {
49
let pid = Pid::from_raw(0);
0 commit comments