• Home
  • Raw
  • Download

Lines Matching +full:test +full:- +full:macos

14 // Redefine kevent in terms of programmer-friendly enums and bitfields.
25 target_os = "macos",
50 target_os = "macos"))]
54 #[cfg(any(target_os = "ios", target_os = "macos"))]
60 /// - NOTE_EXIT: the process has exited. The exit status will be stored in data.
72 target_os = "macos"))]
74 #[cfg(any(target_os = "ios", target_os = "macos"))]
86 target_os = "macos",
99 target_os = "ios", target_os = "macos",
107 #[cfg(any(target_os = "macos", target_os = "ios"))]
113 #[cfg(any(target_os = "macos", target_os = "ios"))]
115 #[cfg(any(target_os = "macos", target_os = "ios"))]
118 target_os = "ios", target_os = "macos",
126 #[cfg(any(target_os = "macos", target_os = "ios"))]
135 #[cfg(any(target_os = "macos", target_os = "ios"))]
138 #[cfg(any(target_os = "macos",
143 #[cfg(any(target_os = "macos",
148 #[cfg(any(target_os = "macos",
153 #[cfg(any(target_os = "macos",
158 #[cfg(any(target_os = "macos",
163 #[cfg(any(target_os = "macos",
173 #[cfg(any(target_os = "macos", target_os = "ios"))]
175 #[cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))]
183 #[cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))]
185 #[cfg(any(target_os = "macos", target_os = "ios"))]
189 #[cfg(any(target_os = "macos",
196 #[cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))]
198 #[cfg(any(target_os = "macos", target_os = "ios"))]
200 #[cfg(any(target_os = "macos", target_os = "ios"))]
202 #[cfg(any(target_os = "macos", target_os = "ios"))]
204 #[cfg(any(target_os = "macos", target_os = "ios"))]
210 pub fn kqueue() -> Result<RawFd> { in kqueue()
230 ) -> KEvent { in new()
245 pub fn ident(&self) -> uintptr_t { in ident()
249 pub fn filter(&self) -> Result<EventFilter> { in filter()
253 pub fn flags(&self) -> EventFlag { in flags()
257 pub fn fflags(&self) -> FilterFlag { in fflags()
261 pub fn data(&self) -> intptr_t { in data()
265 pub fn udata(&self) -> intptr_t { in udata()
275 ) -> Result<usize> { in kevent()
286 target_os = "macos",
301 ) -> Result<usize> { in kevent_ts()
337 #[test]
361 #[test]