Home
last modified time | relevance | path

Searched defs:DDetector (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector_interface.h72 struct DDetector { struct
75 virtual DDPhysicalThread* CreatePhysicalThread() { return nullptr; } in CreatePhysicalThread()
76 virtual void DestroyPhysicalThread(DDPhysicalThread *pt) {} in DestroyPhysicalThread()
78 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; } in CreateLogicalThread()
79 virtual void DestroyLogicalThread(DDLogicalThread *lt) {} in DestroyLogicalThread()
81 virtual void MutexInit(DDCallback *cb, DDMutex *m) {} in MutexInit()
82 virtual void MutexBeforeLock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeLock()
83 virtual void MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, in MutexAfterLock()
85 virtual void MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) {} in MutexBeforeUnlock()
86 virtual void MutexDestroy(DDCallback *cb, DDMutex *m) {} in MutexDestroy()
[all …]