Home
last modified time | relevance | path

Searched defs:child_token (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/tokio-util/src/sync/tests/
Dloom_cancellation_token.rs54 let child_token = token.child_token(); in cancel_with_child() localVariable
133 let child_token = token1.child_token(); in drop_and_cancel_token() localVariable
158 let child_token = token1.child_token(); in cancel_parent_and_child() localVariable
/external/rust/android-crates-io/crates/tokio-util/tests/
Dsync_cancellation_token.rs98 let child_token = token.child_token(); in cancel_child_token_through_parent() localVariable
137 let child_token = intermediate_token.child_token(); in cancel_grandchild_token_through_parent_if_child_was_dropped() localVariable
242 let child_token = token.child_token(); in create_child_token_after_parent_was_cancelled() localVariable
/external/rust/android-crates-io/crates/tokio-util/src/sync/
Dcancellation_token.rs182 pub fn child_token(&self) -> CancellationToken { in child_token() method