Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h658 class SlotUnlocker {
660 SlotUnlocker(ThreadState *thr) : thr_(thr), locked_(thr->slot_locked) { in SlotUnlocker() function
665 ~SlotUnlocker() { in ~SlotUnlocker()