Home
last modified time | relevance | path

Searched refs:WorkerTLS (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp1015 ThreadContext *WorkerTLS = new ThreadContext(); in startWorkerThreads() local
1016 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() local
1023 Timers->initInto(WorkerTLS->Timers); in startWorkerThreads()
1024 AllThreadContexts.push_back(WorkerTLS); in startWorkerThreads()
1026 std::thread(&GlobalContext::emitterWrapper, this, WorkerTLS)); in startWorkerThreads()