Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_rtl.h655 class SlotUnlocker {
657 SlotUnlocker(ThreadState *thr) : thr_(thr), locked_(thr->slot_locked) { in SlotUnlocker() function
662 ~SlotUnlocker() { in ~SlotUnlocker()