Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp237 for (ThreadContext *TLS : AllThreadContexts) in waitForWorkerThreads()
244 for (ThreadContext *TLS : AllThreadContexts) in waitForWorkerThreads()
329 AllThreadContexts.push_back(MyTLS); in GlobalContext()
705 llvm::DeleteContainerPointers(AllThreadContexts); in ~GlobalContext()
1007 AllThreadContexts.push_back(Tls); in initParserThread()
1017 AllThreadContexts.push_back(WorkerTLS); in startWorkerThreads()
1024 AllThreadContexts.push_back(WorkerTLS); in startWorkerThreads()
DIceGlobalContext.h569 llvm::SmallVector<ThreadContext *, 128> AllThreadContexts; variable