Home
last modified time | relevance | path

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

/external/rust/crates/rayon-core/src/
Dlatch.rs221 pub(super) struct LockLatch { struct
226 impl LockLatch { implementation
228 pub(super) fn new() -> LockLatch { in new()
229 LockLatch { in new()
253 impl Latch for LockLatch { implementation
Dregistry.rs2 use crate::latch::{AsCoreLatch, CoreLatch, CountLatch, Latch, LockLatch, SpinLatch};
460 thread_local!(static LOCK_LATCH: LockLatch = LockLatch::new()); in in_worker_cold()
561 primed: LockLatch,
565 stopped: LockLatch,
583 primed: LockLatch::new(), in new()
584 stopped: LockLatch::new(), in new()