Searched refs:WorkerTLS (Results 1 – 1 of 1) sorted by relevance
1015 ThreadContext *WorkerTLS = new ThreadContext(); in startWorkerThreads() local1016 Timers->initInto(WorkerTLS->Timers); in startWorkerThreads()1017 AllThreadContexts.push_back(WorkerTLS); in startWorkerThreads()1019 &GlobalContext::translateFunctionsWrapper, this, WorkerTLS)); in startWorkerThreads()1022 ThreadContext *WorkerTLS = new ThreadContext(); in startWorkerThreads() local1023 Timers->initInto(WorkerTLS->Timers); in startWorkerThreads()1024 AllThreadContexts.push_back(WorkerTLS); in startWorkerThreads()1026 std::thread(&GlobalContext::emitterWrapper, this, WorkerTLS)); in startWorkerThreads()