Searched refs:CreatePhysicalThread (Results 1 – 5 of 5) sorted by relevance
29 proc->dd_pt = ctx->dd->CreatePhysicalThread(); in ProcCreate()
42 DDPhysicalThread *CreatePhysicalThread() override;72 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() function in __sanitizer::DD
77 virtual DDPhysicalThread* CreatePhysicalThread() { return nullptr; } in CreatePhysicalThread() function
86 DDPhysicalThread* CreatePhysicalThread();124 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() function in __sanitizer::DD
102 thr->dd_pt = ctx->dd->CreatePhysicalThread(); in ThreadInit()