Searched refs:owner_thread (Results 1 – 4 of 4) sorted by relevance
291 in_worker(|owner_thread, _| { in scope()292 let scope = Scope::<'scope>::new(owner_thread); in scope()293 unsafe { scope.base.complete(owner_thread, || op(&scope)) } in scope()382 in_worker(|owner_thread, _| { in scope_fifo()383 let scope = ScopeFifo::<'scope>::new(owner_thread); in scope_fifo()384 unsafe { scope.base.complete(owner_thread, || op(&scope)) } in scope_fifo()389 fn new(owner_thread: &WorkerThread) -> Self { in new()391 base: ScopeBase::new(owner_thread), in new()466 fn new(owner_thread: &WorkerThread) -> Self { in new()467 let num_threads = owner_thread.registry().num_threads(); in new()[all …]
66 self.owner_thread = None141 if self.owner_thread is not None:161 if self.owner_thread is not None:164 return self.owner_thread.dut()203 if self.owner_thread is not None:
148 assert br.owner_thread is None149 br.owner_thread = self
874 let owner_thread = WorkerThread::current(); in in_worker() localVariable875 if !owner_thread.is_null() { in in_worker()879 op(&*owner_thread, false) in in_worker()