Searched refs:kLock (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/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-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_trace.h | 25 kLock, enumerator
|
| H A D | tsan_rtl_report.cpp | 386 case EventType::kLock: in TraceReplay() 561 case EventType::kLock: in RestoreStack() 565 bool is_write = ev->type == EventType::kLock; in RestoreStack() 575 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 | 996 TraceMutexLock(thr, d.write ? EventType::kLock : EventType::kRLock, 0, in TraceSwitchPartImpl()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_trace.h | 76 kLock, enumerator
|
| H A D | tsan_rtl_report.cpp | 488 case EventType::kLock: in TraceReplay() 634 case EventType::kLock: in RestoreStack() 638 bool is_write = ev->type == EventType::kLock; in RestoreStack() 648 if (match && type == EventType::kLock && addr == ev_addr && ev_pc) in RestoreStack()
|
| H A D | tsan_rtl.cpp | 678 TraceMutexLock(thr, d.write ? EventType::kLock : EventType::kRLock, 0, in TraceSwitchPart()
|
| H A D | tsan_rtl_access.cpp | 97 DCHECK(type == EventType::kLock || type == EventType::kRLock); in TraceMutexLock()
|