Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h32 EventTypeUnlock, enumerator
H A Dtsan_rtl_mutex.cpp217 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexUnlock()
350 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexReadOrWriteUnlock()
H A Dtsan_rtl_report.cpp435 } else if (typ == EventTypeUnlock) { in RestoreStack()