Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/
Dlatch.rs55 fn as_core_latch(&self) -> &CoreLatch; in as_core_latch()
76 pub(super) struct CoreLatch { struct
80 impl CoreLatch { implementation
139 impl AsCoreLatch for CoreLatch { implementation
141 fn as_core_latch(&self) -> &CoreLatch { in as_core_latch()
190 fn as_core_latch(&self) -> &CoreLatch { in as_core_latch()
314 fn as_core_latch(&self) -> &CoreLatch { in as_core_latch()
Dregistry.rs774 unsafe fn wait_until_cold(&self, latch: &CoreLatch) { in wait_until_cold()
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/sleep/
Dmod.rs92 latch: &CoreLatch, in no_work_found()
122 latch: &CoreLatch, in sleep()