Searched refs:CreatePhysicalThread (Results 1 – 5 of 5) sorted by relevance
43 DDPhysicalThread* CreatePhysicalThread();72 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() function in __sanitizer::DD
75 virtual DDPhysicalThread* CreatePhysicalThread() { return 0; } in CreatePhysicalThread() function
87 DDPhysicalThread* CreatePhysicalThread();129 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() function in __sanitizer::DD
99 thr->dd_pt = ctx->dd->CreatePhysicalThread(); in ThreadInit()
106 thr->dd_pt = ctx->dd->CreatePhysicalThread(); in OnStarted()