Home
last modified time | relevance | path

Searched defs:tokio_unstable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/task/
Dcore.rs216 #[cfg(all(tokio_unstable, feature = "tracing"))] tracing_id: Option<tracing::Id>, in new()
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Dbatch_semaphore.rs536 #[cfg(all(tokio_unstable, feature = "tracing"))] ctx: trace::AsyncOpTracingCtx, in new()