Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/runtime/tests/
Dloom_multi_thread.rs177 let done_tx = AtomicOneshot::new(done_tx); in blocking_and_regular_inner() localVariable
190 let done_tx = done_tx.clone(); in blocking_and_regular_inner() localVariable
Dloom_multi_thread_alt.rs177 let done_tx = AtomicOneshot::new(done_tx); in blocking_and_regular_inner() localVariable
190 let done_tx = done_tx.clone(); in blocking_and_regular_inner() localVariable
/external/rust/crates/tokio/tests/
Drt_common.rs238 let done_tx = done_tx.clone(); localVariable
290 let done_tx = done_tx.clone(); localVariable