Home
last modified time | relevance | path

Searched refs:EventTypeRUnlock (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_trace.h36 EventTypeRUnlock enumerator
H A Dtsan_rtl_mutex.cc316 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId()); in MutexReadUnlock()
353 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId()); in MutexReadOrWriteUnlock()
H A Dtsan_rtl_report.cc428 } else if (typ == EventTypeRUnlock) { in RestoreStack()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_trace.h34 EventTypeRUnlock enumerator
H A Dtsan_rtl_mutex.cc314 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId()); in MutexReadUnlock()
351 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId()); in MutexReadOrWriteUnlock()
H A Dtsan_rtl_report.cc426 } else if (typ == EventTypeRUnlock) { in RestoreStack()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_trace.h35 EventTypeRUnlock enumerator
H A Dtsan_rtl_mutex.cpp320 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId()); in MutexReadUnlock()
357 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId()); in MutexReadOrWriteUnlock()
H A Dtsan_rtl_report.cpp439 } else if (typ == EventTypeRUnlock) { in RestoreStack()