Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_trace.h33 EventTypeUnlock, enumerator
H A Dtsan_rtl_mutex.cpp223 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexUnlock()
362 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexReadOrWriteUnlock()
H A Dtsan_rtl_report.cpp435 } else if (typ == EventTypeUnlock) { in RestoreStack()