Searched refs:WORKER_THREAD_STATE (Results 1 – 1 of 1) sorted by relevance
615 static WORKER_THREAD_STATE: Cell<*const WorkerThread> = Cell::new(ptr::null()); constant621 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()