Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()