Searched refs:CreateLogicalThread (Results 1 – 5 of 5) sorted by relevance
46 DDLogicalThread *CreateLogicalThread(u64 ctx) override;80 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread() function in __sanitizer::DD
78 virtual DDLogicalThread* CreateLogicalThread(u64 ctx) { return nullptr; } in CreateLogicalThread() function
90 DDLogicalThread* CreateLogicalThread(u64 ctx);140 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread() function in __sanitizer::DD
104 thr->dd_lt = ctx->dd->CreateLogicalThread(id); in ThreadInit()
110 thr->dd_lt = ctx->dd->CreateLogicalThread(unique_id); in OnStarted()