Lines Matching refs:target_os
13 #[cfg(any(target_os = "android",
14 target_os = "freebsd",
15 target_os = "haiku",
16 target_os = "ios",
17 target_os = "linux",
18 target_os = "redox",
19 target_os = "macos",
20 target_os = "netbsd"))]
23 #[cfg(any(target_os = "android",
24 target_os = "freebsd",
25 target_os = "haiku",
26 target_os = "ios",
27 target_os = "linux",
28 target_os = "redox",
29 target_os = "macos",
30 target_os = "netbsd"))]
33 #[cfg(any(target_os = "android",
34 target_os = "freebsd",
35 target_os = "haiku",
36 target_os = "ios",
37 target_os = "linux",
38 target_os = "redox",
39 target_os = "macos",
40 target_os = "netbsd"))]
43 #[cfg(any(target_os = "android", target_os = "linux", target_os = "redox"))]
46 #[cfg(any(target_os = "android", target_os = "linux", target_os = "redox"))]
48 #[cfg(any(target_os = "android", target_os = "linux", target_os = "redox"))]
85 #[cfg(any(target_os = "linux", target_os = "android"))]
92 #[cfg(any(target_os = "linux", target_os = "android"))]
113 #[cfg(any(target_os = "android", target_os = "linux"))] in pid()
147 #[cfg(any(target_os = "android", target_os = "linux"))]
156 #[cfg(any(target_os = "android", target_os = "linux"))]
190 if #[cfg(any(target_os = "android", target_os = "linux"))] { in from_raw()