HomeSort by relevance Sort by last modified time
    Searched refs:AllThreadContexts (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.cpp 237 for (ThreadContext *TLS : AllThreadContexts)
241 // Do a separate loop over AllThreadContexts to avoid holding two locks at
244 for (ThreadContext *TLS : AllThreadContexts)
326 // lock AllThreadContexts at this point since no other threads have
329 AllThreadContexts.push_back(MyTLS);
705 llvm::DeleteContainerPointers(AllThreadContexts);
    [all...]
IceGlobalContext.h 569 llvm::SmallVector<ThreadContext *, 128> AllThreadContexts;
573 // AllThreadContexts.

Completed in 54 milliseconds