HomeSort by: relevance | last modified time | path
    Searched refs:EventTypeUnlock (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_trace.h 34 EventTypeUnlock,
tsan_rtl_mutex.cc 220 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId());
358 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId());
tsan_rtl_report.cc 424 } else if (typ == EventTypeUnlock) {

Completed in 15 milliseconds