Home
last modified time | relevance | path

Searched refs:TraceMutexUnlock (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h771 void TraceMutexUnlock(ThreadState *thr, uptr addr);
H A Dtsan_rtl_mutex.cpp82 TraceMutexUnlock(thr, addr); in RecordMutexUnlock()
H A Dtsan_rtl_access.cpp122 void TraceMutexUnlock(ThreadState* thr, uptr addr) { in TraceMutexUnlock() function