Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h614 void SlotUnlock(ThreadState *thr) SANITIZER_RELEASE(thr->slot->mtx);
647 SlotUnlock(thr_); in ~SlotLocker()
659 SlotUnlock(thr_); in SlotUnlocker()
H A Dtsan_rtl_thread.cpp159 SlotUnlock(thr); in ThreadStart()
H A Dtsan_rtl.cpp377 void SlotUnlock(ThreadState* thr) { in SlotUnlock() function
848 SlotUnlock(thr); in ForkAfter()
H A Dtsan_rtl_access.cpp165 SlotUnlock(thr); in DoReportRace()