Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector2.cpp65 struct ThreadMutex { struct
72 ThreadMutex locked[kMaxNesting];
208 ThreadMutex *tm = &lt->locked[lt->nlocked++]; in MutexBeforeLock()
295 ThreadMutex *tm = &lt->locked[lt->nlocked++]; in MutexAfterLock()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector2.cc66 struct ThreadMutex { struct
73 ThreadMutex locked[kMaxNesting];
213 ThreadMutex *tm = &lt->locked[lt->nlocked++]; in MutexBeforeLock()
300 ThreadMutex *tm = &lt->locked[lt->nlocked++]; in MutexAfterLock()