Searched refs:DDPhysicalThread (Results 1 – 5 of 5) sorted by relevance
58 struct DDPhysicalThread { struct87 DDPhysicalThread* CreatePhysicalThread();88 void DestroyPhysicalThread(DDPhysicalThread *pt);103 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath);125 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread()126 DDPhysicalThread *pt = (DDPhysicalThread*)MmapOrDie(sizeof(DDPhysicalThread), in CreatePhysicalThread()131 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread()132 pt->~DDPhysicalThread(); in DestroyPhysicalThread()133 UnmapOrDie(pt, sizeof(DDPhysicalThread)); in DestroyPhysicalThread()193 DDPhysicalThread *pt = cb->pt; in MutexBeforeLock()[all …]
32 struct DDPhysicalThread;65 DDPhysicalThread *pt;75 virtual DDPhysicalThread* CreatePhysicalThread() { return nullptr; } in CreatePhysicalThread()76 virtual void DestroyPhysicalThread(DDPhysicalThread *pt) {} in DestroyPhysicalThread()
26 struct DDPhysicalThread { struct43 DDPhysicalThread *CreatePhysicalThread() override;44 void DestroyPhysicalThread(DDPhysicalThread *pt) override;73 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread()77 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread()
28 DDPhysicalThread *dd_pt;
360 DDPhysicalThread *dd_pt;