Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc64 struct ThreadMutex { struct
71 ThreadMutex locked[kMaxNesting];
207 ThreadMutex *tm = &lt->locked[lt->nlocked++]; in MutexBeforeLock()
294 ThreadMutex *tm = &lt->locked[lt->nlocked++]; in MutexAfterLock()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc66 struct ThreadMutex { struct
73 ThreadMutex locked[kMaxNesting];
209 ThreadMutex *tm = &lt->locked[lt->nlocked++]; in MutexBeforeLock()
296 ThreadMutex *tm = &lt->locked[lt->nlocked++]; in MutexAfterLock()