Home
last modified time | relevance | path

Searched defs:CoreLatch (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/rayon-core/src/
Dlatch.rs47 fn as_core_latch(&self) -> &CoreLatch; in as_core_latch()
68 pub(super) struct CoreLatch { struct
72 impl CoreLatch { argument
84 self as *const CoreLatch as usize in addr() constant
182 fn as_core_latch(&self) -> &CoreLatch { in as_core_latch()
326 fn as_core_latch(&self) -> &CoreLatch { in as_core_latch()
Dregistry.rs709 unsafe fn wait_until_cold(&self, latch: &CoreLatch) { in wait_until_cold()
/external/rust/crates/rayon-core/src/sleep/
Dmod.rs105 latch: &CoreLatch, in no_work_found()
141 latch: &CoreLatch, in sleep()