Searched refs:wake_any_threads (Results 1 – 1 of 1) sorted by relevance
98 self.wake_any_threads(threads_to_wake as u32); in work_found()333 self.wake_any_threads(num_to_wake); in new_jobs()336 self.wake_any_threads(num_to_wake); in new_jobs()341 fn wake_any_threads(&self, mut num_to_wake: u32) { in wake_any_threads() method