HomeSort by relevance Sort by last modified time
    Searched refs:EventTypeUnlock (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_trace.h 34 EventTypeUnlock,
tsan_rtl_mutex.cc 195 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId());
316 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId());
tsan_rtl_report.cc 417 } else if (typ == EventTypeUnlock) {

Completed in 756 milliseconds