Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_trace.h34 EventTypeUnlock, enumerator
HDtsan_rtl_mutex.cc194 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexUnlock()
315 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexReadOrWriteUnlock()
HDtsan_rtl_report.cc417 } else if (typ == EventTypeUnlock) { in RestoreStack()