Lines Matching +full:test +full:- +full:loom
16 /// Enables Windows-specific code.
28 /// Enables unstable Windows-specific code.
47 feature = "io-std",
66 #[cfg(not(loom))]
98 feature = "io-std",
161 #[cfg(feature = "io-std")]
162 #[cfg_attr(docsrs, doc(cfg(feature = "io-std")))]
171 #[cfg(feature = "io-util")]
172 #[cfg_attr(docsrs, doc(cfg(feature = "io-util")))]
180 $( #[cfg(not(feature = "io-util"))] $item )*
186 $( #[cfg(loom)] $item )*
192 $( #[cfg(not(loom))] $item )*
209 // For now, metrics is only disabled in loom tests.
211 #[cfg(all(tokio_unstable, not(loom)))]
221 #[cfg(not(all(tokio_unstable, not(loom))))]
229 $( #[cfg(not(all(feature = "net", feature = "rt", all(tokio_unstable, not(loom)))))]$item )*
278 #[cfg(not(loom))]
288 #[cfg(not(loom))]
296 #[cfg(not(all(unix, not(loom), feature = "process")))]
307 #[cfg(not(loom))]
318 #[cfg(not(loom))]
334 … #[cfg(any(loom, not(unix), not(any(feature = "signal", all(unix, feature = "process")))))]
375 #[cfg(all(feature = "rt-multi-thread", not(target_os = "wasi")))]
376 #[cfg_attr(docsrs, doc(cfg(feature = "rt-multi-thread")))]
384 $( #[cfg(not(feature = "rt-multi-thread"))] $item )*
429 #[cfg(feature = "test-util")]
430 #[cfg_attr(docsrs, doc(cfg(feature = "test-util")))]
438 $( #[cfg(not(feature = "test-util"))] $item )*
492 feature = "io-std",
510 feature = "io-std",
544 #[cfg(not(all(loom, test)))]
553 #[cfg(all(loom, test))]