Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_trace.h34 EventTypeRUnlock enumerator
Dtsan_rtl_mutex.cpp309 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId()); in MutexReadUnlock()
345 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId()); in MutexReadOrWriteUnlock()
Dtsan_rtl_report.cpp439 } else if (typ == EventTypeRUnlock) { in RestoreStack()