Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/
Dregistry.rs615 static WORKER_THREAD_STATE: Cell<*const WorkerThread> = Cell::new(ptr::null()); constant
621 WORKER_THREAD_STATE.with(|t| { in drop()
634 WORKER_THREAD_STATE.with(Cell::get) in current()
640 WORKER_THREAD_STATE.with(|t| { in set_current()