Searched refs:DDPhysicalThread (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h32 struct DDPhysicalThread;
65 DDPhysicalThread *pt;
75 virtual DDPhysicalThread* CreatePhysicalThread() { return nullptr; }
76 virtual void DestroyPhysicalThread(DDPhysicalThread *pt) {}
H A Dsanitizer_deadlock_detector2.cc58 struct DDPhysicalThread { struct in namespace:__sanitizer
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() {
130 DDPhysicalThread *pt = (DDPhysicalThread*)MmapOrDie(sizeof(DDPhysicalThread),
135 void DD::DestroyPhysicalThread(DDPhysicalThread *p
[all...]
H A Dsanitizer_deadlock_detector1.cc26 struct DDPhysicalThread { struct in namespace:__sanitizer
43 DDPhysicalThread *CreatePhysicalThread() override;
44 void DestroyPhysicalThread(DDPhysicalThread *pt) override;
73 DDPhysicalThread* DD::CreatePhysicalThread() {
77 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) {
/external/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.h28 DDPhysicalThread *dd_pt;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h345 DDPhysicalThread *dd_pt;

Completed in 99 milliseconds