Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/
Dlatch.rs214 registry.notify_worker_latch_is_set(target_worker_index); in set()
319 registry.notify_worker_latch_is_set(target_worker_index); in set_and_tickle_one()
Dregistry.rs547 pub(super) fn notify_worker_latch_is_set(&self, target_worker_index: usize) { in notify_worker_latch_is_set() method
548 self.sleep.notify_worker_latch_is_set(target_worker_index); in notify_worker_latch_is_set()
/external/rust/crates/rayon-core/src/sleep/
Dmod.rs244 pub(super) fn notify_worker_latch_is_set(&self, target_worker_index: usize) { in notify_worker_latch_is_set() method