Home
last modified time | relevance | path

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

/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()