Searched refs:slot_locked (Results 1 – 5 of 5) sorted by relevance
265 thr->slot_locked = false; in FindSlotAndLock()283 CHECK(!thr->slot_locked); in FindSlotAndLock()284 thr->slot_locked = true; in FindSlotAndLock()358 DCHECK(!thr->slot_locked); in SlotLock()368 thr->slot_locked = true; in SlotLock()372 thr->slot_locked = false; in SlotLock()378 DCHECK(thr->slot_locked); in SlotUnlock()379 thr->slot_locked = false; in SlotUnlock()
212 bool slot_locked; member632 : thr_(thr), locked_(recursive ? thr->slot_locked : false) { in thr_()657 SlotUnlocker(ThreadState *thr) : thr_(thr), locked_(thr->slot_locked) { in SlotUnlocker()
206 DCHECK(!create || thr->slot_locked); in GetSync()
504 DCHECK(thr->slot_locked); in IncrementEpoch()
598 DCHECK(thr->slot_locked); in MemoryRangeFreed()