Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_trace.h34 EventTypeUnlock, enumerator
Dtsan_rtl_mutex.cc195 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexUnlock()
316 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexReadOrWriteUnlock()
Dtsan_rtl_report.cc417 } else if (typ == EventTypeUnlock) { in RestoreStack()