Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h632 : thr_(thr), locked_(recursive ? thr->slot_locked : false) { in thr_()
640 if (!locked_) in thr_()
646 if (!locked_) in ~SlotLocker()
652 bool locked_; variable
657 SlotUnlocker(ThreadState *thr) : thr_(thr), locked_(thr->slot_locked) { in SlotUnlocker()
658 if (locked_) in SlotUnlocker()
663 if (locked_) in ~SlotUnlocker()
669 bool locked_; variable