Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h34 EventTypeUnlock, enumerator
H A Dtsan_rtl_mutex.cc220 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexUnlock()
358 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexReadOrWriteUnlock()
H A Dtsan_rtl_report.cc424 } else if (typ == EventTypeUnlock) { in RestoreStack()