Home
last modified time | relevance | path

Searched refs:async_op_poll_span (Results 1 – 8 of 8) sorted by relevance

/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/tokio-1.15.0/src/util/
H A Dtrace.rs33 let async_op_poll_span = tracing::trace_span!("runtime.resource.async_op.poll"); localVariable
38 async_op_poll_span,
52 pub(crate) async_op_poll_span: tracing::Span,
75 let _async_op_poll_enter = this.tracing_ctx.async_op_poll_span.enter();
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/tokio-1.16.1/src/util/
H A Dtrace.rs33 let async_op_poll_span = tracing::trace_span!("runtime.resource.async_op.poll"); localVariable
38 async_op_poll_span,
52 pub(crate) async_op_poll_span: tracing::Span,
75 let _async_op_poll_enter = this.tracing_ctx.async_op_poll_span.enter();
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/tokio-1.16.1/src/time/driver/
H A Dsleep.rs287 let async_op_poll_span = in new_timeout() localVariable
292 async_op_poll_span, in new_timeout()
370 me.inner.ctx.async_op_poll_span = in reset_inner()
432 let _ao_poll_span = self.inner.ctx.async_op_poll_span.clone().entered(); in poll()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/tokio-1.15.0/src/time/driver/
H A Dsleep.rs287 let async_op_poll_span = in new_timeout() localVariable
292 async_op_poll_span, in new_timeout()
370 me.inner.ctx.async_op_poll_span = in reset_inner()
432 let _ao_poll_span = self.inner.ctx.async_op_poll_span.clone().entered(); in poll()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/tokio-1.16.1/src/sync/
H A Doneshot.rs317 async_op_poll_span: tracing::Span, field
523 let async_op_poll_span = in channel() localVariable
533 async_op_poll_span, in channel()
1075 let _ao_poll_span = self.async_op_poll_span.clone().entered(); in poll()
H A Dbatch_semaphore.rs527 let _async_op_poll_span = self.node.ctx.async_op_poll_span.clone().entered(); in poll()
576 let async_op_poll_span = async_op_span.in_scope(|| { in new() localVariable
594 async_op_poll_span, in new()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/tokio-1.15.0/src/sync/
H A Doneshot.rs317 async_op_poll_span: tracing::Span, field
523 let async_op_poll_span = in channel() localVariable
533 async_op_poll_span, in channel()
1045 let _ao_poll_span = self.async_op_poll_span.clone().entered(); in poll()
H A Dbatch_semaphore.rs527 let _async_op_poll_span = self.node.ctx.async_op_poll_span.clone().entered(); in poll()
576 let async_op_poll_span = async_op_span.in_scope(|| { in new() localVariable
594 async_op_poll_span, in new()