Searched refs:EventTypeRUnlock (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_trace.h | 36 EventTypeRUnlock enumerator
|
H A D | tsan_rtl_mutex.cc | 316 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId()); in MutexReadUnlock() 353 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId()); in MutexReadOrWriteUnlock()
|
H A D | tsan_rtl_report.cc | 428 } else if (typ == EventTypeRUnlock) { in RestoreStack()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_trace.h | 34 EventTypeRUnlock enumerator
|
H A D | tsan_rtl_mutex.cc | 314 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId()); in MutexReadUnlock() 351 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId()); in MutexReadOrWriteUnlock()
|
H A D | tsan_rtl_report.cc | 426 } else if (typ == EventTypeRUnlock) { in RestoreStack()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_trace.h | 35 EventTypeRUnlock enumerator
|
H A D | tsan_rtl_mutex.cpp | 320 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId()); in MutexReadUnlock() 357 TraceAddEvent(thr, thr->fast_state, EventTypeRUnlock, s->GetId()); in MutexReadOrWriteUnlock()
|
H A D | tsan_rtl_report.cpp | 439 } else if (typ == EventTypeRUnlock) { in RestoreStack()
|