Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/
Dworker.rs231 handoff_core: Arc<AtomicCell<Core>>, field
343 let handoff_core = Arc::new(AtomicCell::new(None)); in create() localVariable
443 let handoff_core = cx.handoff_core.clone(); in block_in_place() localVariable