Searched refs:CreatePhysicalThread (Results 1 – 5 of 5) sorted by relevance
30 proc->dd_pt = ctx->dd->CreatePhysicalThread(); in ProcCreate()
43 DDPhysicalThread *CreatePhysicalThread() override;73 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() function in __sanitizer::DD
75 virtual DDPhysicalThread* CreatePhysicalThread() { return nullptr; } in CreatePhysicalThread() function
87 DDPhysicalThread* CreatePhysicalThread();129 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() function in __sanitizer::DD
103 thr->dd_pt = ctx->dd->CreatePhysicalThread(); in ThreadInit()