reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
32 struct DDLogicalThread;
45 DDLogicalThread *CreateLogicalThread(u64 ctx) override; 46 void DestroyLogicalThread(DDLogicalThread *lt) override; 57 void MutexEnsureID(DDLogicalThread *lt, DDMutex *m); 79 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { 80 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); 87 void DD::DestroyLogicalThread(DDLogicalThread *lt) { 97 void DD::MutexEnsureID(DDLogicalThread *lt, DDMutex *m) { 105 DDLogicalThread *lt = cb->lt; 120 DDLogicalThread *lt = cb->lt; 153 DDLogicalThread *lt = cb->lt;projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector_interface.h
65 DDLogicalThread *lt; 77 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; } 78 virtual void DestroyLogicalThread(DDLogicalThread *lt) {}