Searched refs:target_worker_index (Results 1 – 3 of 3) sorted by relevance
144 target_worker_index: usize, field158 target_worker_index: thread.index(), in new()206 let target_worker_index = self.target_worker_index; in set() localVariable214 registry.notify_worker_latch_is_set(target_worker_index); in set()317 pub(super) fn set_and_tickle_one(&self, registry: &Registry, target_worker_index: usize) { in set_and_tickle_one()319 registry.notify_worker_latch_is_set(target_worker_index); in set_and_tickle_one()
547 pub(super) fn notify_worker_latch_is_set(&self, target_worker_index: usize) { in notify_worker_latch_is_set()548 self.sleep.notify_worker_latch_is_set(target_worker_index); in notify_worker_latch_is_set()
244 pub(super) fn notify_worker_latch_is_set(&self, target_worker_index: usize) { in notify_worker_latch_is_set()245 self.wake_specific_thread(target_worker_index); in notify_worker_latch_is_set()