Searched refs:kLock (Results 1 – 6 of 6) sorted by relevance
/llvm-project/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_trace_test.cpp | 77 TraceMutexLock(thr, EventType::kLock, 0x4000, 0x5000, 0x6000); in TRACE_TEST() 78 TraceMutexLock(thr, EventType::kLock, 0x4001, 0x5001, 0x6001); in TRACE_TEST() 174 TraceMutexLock(thr, EventType::kLock, 0x4000, 0x5000, 0x6000); in TRACE_TEST() 184 bool res = RestoreStack(EventType::kLock, thr->fast_state.sid(), in TRACE_TEST() 252 TraceMutexLock(thr, EventType::kLock, 0x4000, 0x5000, 0x6000); in TRACE_TEST()
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_trace.h | 25 kLock, enumerator
|
H A D | tsan_rtl_report.cpp | 385 case EventType::kLock: in TraceReplay() 560 case EventType::kLock: in RestoreStack() 564 bool is_write = ev->type == EventType::kLock; in RestoreStack() 574 if (match && type == EventType::kLock && addr == ev_addr && ev_pc) in RestoreStack()
|
H A D | tsan_rtl_mutex.cpp | 70 auto typ = write ? EventType::kLock : EventType::kRLock; in RecordMutexLock() 570 if (!RestoreStack(EventType::kLock, last_lock.sid(), last_lock.epoch(), addr, in ReportDestroyLocked()
|
H A D | tsan_rtl_access.cpp | 107 DCHECK(type == EventType::kLock || type == EventType::kRLock); in TraceMutexLock()
|
H A D | tsan_rtl.cpp | 1006 TraceMutexLock(thr, d.write ? EventType::kLock : EventType::kRLock, 0, in TraceSwitchPartImpl()
|