Searched refs:AllThreadContexts (Results 1 – 2 of 2) sorted by relevance
237 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()
557 llvm::SmallVector<ThreadContext *, 128> AllThreadContexts; variable