Searched refs:TraceMutexLock (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/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() 82 TraceMutexLock(thr, EventType::kRLock, 0x4002, 0x5002, 0x6002); in TRACE_TEST() 174 TraceMutexLock(thr, EventType::kLock, 0x4000, 0x5000, 0x6000); in TRACE_TEST() 175 TraceMutexLock(thr, EventType::kRLock, 0x4001, 0x5001, 0x6001); in TRACE_TEST() 176 TraceMutexLock(thr, EventType::kRLock, 0x4002, 0x5001, 0x6002); in TRACE_TEST() 218 TraceMutexLock(thr, EventType::kRLock, 0x4001, 0x5001, 0x6001); in TRACE_TEST() 252 TraceMutexLock(thr, EventType::kLock, 0x4000, 0x5000, 0x6000); in TRACE_TEST()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl.h | 769 void TraceMutexLock(ThreadState *thr, EventType type, uptr pc, uptr addr,
|
| H A D | tsan_rtl_mutex.cpp | 76 TraceMutexLock(thr, typ, pc, addr, stack_id); in RecordMutexLock()
|
| H A D | tsan_rtl_access.cpp | 105 void TraceMutexLock(ThreadState* thr, EventType type, uptr pc, uptr addr, in TraceMutexLock() function
|
| H A D | tsan_rtl.cpp | 999 TraceMutexLock(thr, d.write ? EventType::kLock : EventType::kRLock, 0, in TraceSwitchPartImpl()
|