Searched refs:CreateLogicalThread (Results 1 – 5 of 5) sorted by relevance
45 DDLogicalThread *CreateLogicalThread(u64 ctx) override;79 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread() function in __sanitizer::DD
80 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; } in CreateLogicalThread() function
89 DDLogicalThread* CreateLogicalThread(u64 ctx);135 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread() function in __sanitizer::DD
103 thr->dd_lt = ctx->dd->CreateLogicalThread(id); in ThreadInit()
212 thr->dd_lt = ctx->dd->CreateLogicalThread(tid); in OnStarted()