Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/sleep/
Dmod.rs73 pub(super) fn start_looking(&self, worker_index: usize, latch: &CoreLatch) -> IdleState { in start_looking() method
/external/rust/crates/rayon-core/src/
Dregistry.rs717 let mut idle_state = self.registry.sleep.start_looking(self.index, latch); in wait_until_cold()
731 idle_state = self.registry.sleep.start_looking(self.index, latch); in wait_until_cold()