Lines Matching refs:target_os

3 #[cfg(not(target_os = "wasi"))]
6 #[cfg(not(target_os = "wasi"))] // WASI doesn't have get[gpu]id.
8 #[cfg(not(target_os = "wasi"))]
10 #[cfg(any(target_os = "android", target_os = "linux"))]
12 #[cfg(any(target_os = "android", target_os = "linux"))]
14 #[cfg(not(any(target_os = "fuchsia", target_os = "wasi")))] // WASI doesn't have [gs]etpriority.
16 #[cfg(target_os = "freebsd")]
18 #[cfg(not(any(target_os = "fuchsia", target_os = "redox", target_os = "wasi")))]
21 target_os = "android",
22 target_os = "dragonfly",
23 target_os = "fuchsia",
24 target_os = "linux",
28 #[cfg(not(target_os = "wasi"))] // WASI doesn't have uname.
30 #[cfg(not(target_os = "wasi"))]
33 #[cfg(not(target_os = "wasi"))]
35 #[cfg(not(any(target_os = "wasi", target_os = "fuchsia")))]
37 #[cfg(not(target_os = "wasi"))]
39 #[cfg(not(target_os = "wasi"))]
42 #[cfg(any(target_os = "android", target_os = "linux"))]
44 #[cfg(not(target_os = "wasi"))]
49 #[cfg(not(target_os = "wasi"))]
51 #[cfg(any(target_os = "android", target_os = "linux"))]
55 #[cfg(any(target_os = "android", target_os = "linux"))]
57 #[cfg(not(any(target_os = "fuchsia", target_os = "wasi")))]
59 #[cfg(not(any(target_os = "fuchsia", target_os = "redox", target_os = "wasi")))]
64 #[cfg(target_os = "freebsd")]
66 #[cfg(any(target_os = "android", target_os = "linux"))]
68 #[cfg(not(any(target_os = "fuchsia", target_os = "redox", target_os = "wasi")))]
71 target_os = "android",
72 target_os = "dragonfly",
73 target_os = "fuchsia",
74 target_os = "linux",
78 #[cfg(not(target_os = "wasi"))]
80 #[cfg(not(target_os = "wasi"))]
83 #[cfg(not(target_os = "wasi"))]