Home
last modified time | relevance | path

Searched refs:kLock (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h25 kLock, enumerator
H A Dtsan_rtl_report.cpp385 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 Dtsan_rtl_mutex.cpp70 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 Dtsan_rtl_access.cpp107 DCHECK(type == EventType::kLock || type == EventType::kRLock); in TraceMutexLock()
H A Dtsan_rtl.cpp1003 TraceMutexLock(thr, d.write ? EventType::kLock : EventType::kRLock, 0, in TraceSwitchPartImpl()