Searched refs:DestroyPhysicalThread (Results 1 – 5 of 5) sorted by relevance
40 ctx->dd->DestroyPhysicalThread(proc->dd_pt); in ProcDestroy()
43 void DestroyPhysicalThread(DDPhysicalThread *pt) override;76 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread() function in __sanitizer::DD
78 virtual void DestroyPhysicalThread(DDPhysicalThread *pt) {} in DestroyPhysicalThread() function
87 void DestroyPhysicalThread(DDPhysicalThread *pt);130 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread() function in __sanitizer::DD
107 ctx->dd->DestroyPhysicalThread(thr->dd_pt); in ThreadDestroy()