Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp65 struct ThreadMutex { struct
72 ThreadMutex locked[kMaxNesting];
206 ThreadMutex *tm = &lt->locked[lt->nlocked++]; in MutexBeforeLock()
293 ThreadMutex *tm = &lt->locked[lt->nlocked++]; in MutexAfterLock()