Home
last modified time | relevance | path

Searched defs:async_op_poll_span (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/tokio/src/util/
Dtrace.rs38 let async_op_poll_span = tracing::trace_span!("runtime.resource.async_op.poll"); localVariable
/external/rust/crates/tokio/src/time/
Dsleep.rs290 let async_op_poll_span = in new_timeout() localVariable
/external/rust/crates/tokio/src/sync/
Doneshot.rs329 async_op_poll_span: tracing::Span, field
537 let async_op_poll_span = in channel() localVariable
Dbatch_semaphore.rs595 let async_op_poll_span = async_op_span.in_scope(|| { in new() localVariable