Searched refs:in_worker (Results 1 – 4 of 4) sorted by relevance
9 use crate::registry::{in_worker, Registry, WorkerThread};291 in_worker(|owner_thread, _| { in scope()382 in_worker(|owner_thread, _| { in scope_fifo()
132 registry::in_worker(|worker_thread, injected| unsafe { in join_context()
110 self.registry.in_worker(|_, _| op()) in install()
434 pub(super) fn in_worker<OP, R>(&self, op: OP) -> R in in_worker() method868 pub(super) fn in_worker<OP, R>(op: OP) -> R in in_worker() function