HomeSort by relevance Sort by last modified time
    Searched refs:DDPhysicalThread (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h 32 struct DDPhysicalThread;
65 DDPhysicalThread *pt;
75 virtual DDPhysicalThread* CreatePhysicalThread() { return nullptr; }
76 virtual void DestroyPhysicalThread(DDPhysicalThread *pt) {}
sanitizer_deadlock_detector2.cc 58 struct DDPhysicalThread {
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 *pt)
    [all...]
sanitizer_deadlock_detector1.cc 26 struct DDPhysicalThread {
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/
dd_rtl.h 28 DDPhysicalThread *dd_pt;
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 345 DDPhysicalThread *dd_pt;

Completed in 135 milliseconds