Searched refs:DDPhysicalThread (Results 1 – 10 of 10) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector2.cc | 58 struct DDPhysicalThread { struct 87 DDPhysicalThread* CreatePhysicalThread(); 88 void DestroyPhysicalThread(DDPhysicalThread *pt); 102 void CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, DDMutex *mtx); 103 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath); 129 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() 130 DDPhysicalThread *pt = (DDPhysicalThread*)MmapOrDie(sizeof(DDPhysicalThread), in CreatePhysicalThread() 135 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread() 136 pt->~DDPhysicalThread(); in DestroyPhysicalThread() 137 UnmapOrDie(pt, sizeof(DDPhysicalThread)); in DestroyPhysicalThread() [all …]
|
D | sanitizer_deadlock_detector_interface.h | 32 struct DDPhysicalThread; 65 DDPhysicalThread *pt; 75 virtual DDPhysicalThread* CreatePhysicalThread() { return nullptr; } in CreatePhysicalThread() 76 virtual void DestroyPhysicalThread(DDPhysicalThread *pt) {} in DestroyPhysicalThread()
|
D | sanitizer_deadlock_detector1.cc | 26 struct DDPhysicalThread { struct 43 DDPhysicalThread *CreatePhysicalThread() override; 44 void DestroyPhysicalThread(DDPhysicalThread *pt) override; 73 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() 77 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector2.cpp | 57 struct DDPhysicalThread { struct 86 DDPhysicalThread* CreatePhysicalThread(); 87 void DestroyPhysicalThread(DDPhysicalThread *pt); 101 void CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, DDMutex *mtx); 102 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath); 124 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() 125 DDPhysicalThread *pt = (DDPhysicalThread*)MmapOrDie(sizeof(DDPhysicalThread), in CreatePhysicalThread() 130 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread() 131 pt->~DDPhysicalThread(); in DestroyPhysicalThread() 132 UnmapOrDie(pt, sizeof(DDPhysicalThread)); in DestroyPhysicalThread() [all …]
|
D | sanitizer_deadlock_detector_interface.h | 31 struct DDPhysicalThread; 64 DDPhysicalThread *pt; 77 virtual DDPhysicalThread* CreatePhysicalThread() { return nullptr; } in CreatePhysicalThread() 78 virtual void DestroyPhysicalThread(DDPhysicalThread *pt) {} in DestroyPhysicalThread()
|
D | sanitizer_deadlock_detector1.cpp | 25 struct DDPhysicalThread { struct 42 DDPhysicalThread *CreatePhysicalThread() override; 43 void DestroyPhysicalThread(DDPhysicalThread *pt) override; 72 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() 76 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread()
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_rtl.h | 28 DDPhysicalThread *dd_pt;
|
/external/llvm-project/compiler-rt/lib/tsan/dd/ |
D | dd_rtl.h | 27 DDPhysicalThread *dd_pt;
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 345 DDPhysicalThread *dd_pt;
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 351 DDPhysicalThread *dd_pt;
|