Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h33 EventTypeRLock, enumerator
H A Dtsan_rtl_mutex.cpp271 TraceAddEvent(thr, thr->fast_state, EventTypeRLock, s->GetId()); in MutexPostReadLock()
H A Dtsan_rtl_report.cpp437 } else if (typ == EventTypeRLock) { in RestoreStack()