Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/rayon-core/src/
Dlatch.rs224 registry.notify_worker_latch_is_set(target_worker_index); in set()
307 registry.notify_worker_latch_is_set(target_worker_index); in set_and_tickle_one()
421 registry.notify_worker_latch_is_set(worker_index); in set()
Dregistry.rs478 self.sleep.notify_worker_latch_is_set(i); in inject_broadcast()
597 pub(super) fn notify_worker_latch_is_set(&self, target_worker_index: usize) { in notify_worker_latch_is_set() method
598 self.sleep.notify_worker_latch_is_set(target_worker_index); in notify_worker_latch_is_set()
/external/rust/android-crates-io/crates/rayon-core/src/sleep/
Dmod.rs201 pub(super) fn notify_worker_latch_is_set(&self, target_worker_index: usize) { in notify_worker_latch_is_set() method