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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h33 EventTypeUnlock, enumerator in enum:__tsan::EventType
H A Dtsan_rtl_mutex.cpp219 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId());
357 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId());
H A Dtsan_rtl_report.cpp424 } else if (typ == EventTypeUnlock) {

Completed in 107 milliseconds