Searched refs:WorkerTLS (Results 1 – 1 of 1) sorted by relevance
922 ThreadContext *WorkerTLS = new ThreadContext(); in startWorkerThreads() local923 Timers->initInto(WorkerTLS->Timers); in startWorkerThreads()924 AllThreadContexts.push_back(WorkerTLS); in startWorkerThreads()926 &GlobalContext::translateFunctionsWrapper, this, WorkerTLS)); in startWorkerThreads()929 ThreadContext *WorkerTLS = new ThreadContext(); in startWorkerThreads() local930 Timers->initInto(WorkerTLS->Timers); in startWorkerThreads()931 AllThreadContexts.push_back(WorkerTLS); in startWorkerThreads()933 std::thread(&GlobalContext::emitterWrapper, this, WorkerTLS)); in startWorkerThreads()