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()
328 AllThreadContexts.push_back(MyTLS); in GlobalContext()
623 llvm::DeleteContainerPointers(AllThreadContexts); in ~GlobalContext()
914 AllThreadContexts.push_back(Tls); in initParserThread()
924 AllThreadContexts.push_back(WorkerTLS); in startWorkerThreads()
931 AllThreadContexts.push_back(WorkerTLS); in startWorkerThreads()
DIceGlobalContext.h557 llvm::SmallVector<ThreadContext *, 128> AllThreadContexts; variable