Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp922 ThreadContext *WorkerTLS = new ThreadContext(); in startWorkerThreads() local
923 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() local
930 Timers->initInto(WorkerTLS->Timers); in startWorkerThreads()
931 AllThreadContexts.push_back(WorkerTLS); in startWorkerThreads()
933 std::thread(&GlobalContext::emitterWrapper, this, WorkerTLS)); in startWorkerThreads()