Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/scope/
Dmod.rs44 owner_thread_index: usize, field
516 owner_thread_index: owner_thread.index(), in new()
586 .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()
613 .field("owner_thread_index", &self.base.owner_thread_index) in fmt()
625 .field("owner_thread_index", &self.base.owner_thread_index) in fmt()