Home | History | Annotate | Download | only in sanitizer_common

Lines Matching refs:DDMutex

93   void MutexInit(DDCallback *cb, DDMutex *m);
94 void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock);
95 void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock,
97 void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock);
98 void MutexDestroy(DDCallback *cb, DDMutex *m);
102 void CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, DDMutex *mtx);
153 void DD::MutexInit(DDCallback *cb, DDMutex *m) {
194 void DD::MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {
273 void DD::MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock,
306 void DD::MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {
330 void DD::MutexDestroy(DDCallback *cb, DDMutex *m) {
364 DDMutex *m) {