Searched refs:LockLatch (Results 1 – 2 of 2) sorted by relevance
221 pub(super) struct LockLatch { struct226 impl LockLatch { argument228 pub(super) fn new() -> LockLatch { in new()229 LockLatch { in new()253 impl Latch for LockLatch { implementation
2 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()