Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/
Dlatch.rs47 fn as_core_latch(&self) -> &CoreLatch; in as_core_latch() method
182 fn as_core_latch(&self) -> &CoreLatch { in as_core_latch() method
326 fn as_core_latch(&self) -> &CoreLatch { in as_core_latch() method
Dregistry.rs702 let latch = latch.as_core_latch(); in wait_until()
835 terminate_addr: my_terminate_latch.as_core_latch().addr(), in main_loop()