Searched refs:EventTypeUnlock (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_trace.h | 34 EventTypeUnlock, enumerator
|
D | tsan_rtl_mutex.cc | 195 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexUnlock() 316 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexReadOrWriteUnlock()
|
D | tsan_rtl_report.cc | 417 } else if (typ == EventTypeUnlock) { in RestoreStack()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_trace.h | 33 EventTypeUnlock, enumerator
|
D | tsan_rtl_mutex.cpp | 219 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexUnlock() 357 TraceAddEvent(thr, thr->fast_state, EventTypeUnlock, s->GetId()); in MutexReadOrWriteUnlock()
|
D | tsan_rtl_report.cpp | 424 } else if (typ == EventTypeUnlock) { in RestoreStack()
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 18331 <enumerator name='EventTypeUnlock' value='4'/>
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 30864 <enumerator name='EventTypeUnlock' value='4'/>
|