Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/scope/
Dmod.rs586 .set_and_tickle_one(&self.registry, self.owner_thread_index); in job_panicked()
591 .set_and_tickle_one(&self.registry, self.owner_thread_index); in job_completed_ok()
/external/rust/crates/rayon-core/src/
Dlatch.rs317 pub(super) fn set_and_tickle_one(&self, registry: &Registry, target_worker_index: usize) { in set_and_tickle_one() method
Dregistry.rs541 thread_info.terminate.set_and_tickle_one(self, i); in terminate()