Home
last modified time | relevance | path

Searched refs:slot_locked (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp265 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()
H A Dtsan_rtl.h212 bool slot_locked; member
632 : thr_(thr), locked_(recursive ? thr->slot_locked : false) { in thr_()
657 SlotUnlocker(ThreadState *thr) : thr_(thr), locked_(thr->slot_locked) { in SlotUnlocker()
H A Dtsan_sync.cpp206 DCHECK(!create || thr->slot_locked); in GetSync()
H A Dtsan_rtl_mutex.cpp504 DCHECK(thr->slot_locked); in IncrementEpoch()
H A Dtsan_rtl_access.cpp598 DCHECK(thr->slot_locked); in MemoryRangeFreed()