Home
last modified time | relevance | path

Searched refs:wake_specific_thread (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/rayon-core/src/sleep/
Dmod.rs245 self.wake_specific_thread(target_worker_index); in notify_worker_latch_is_set()
344 if self.wake_specific_thread(i) { in wake_any_threads()
354 fn wake_specific_thread(&self, index: usize) -> bool { in wake_specific_thread() method