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

  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.h 421 TranslationThreads.push_back(std::thread(
639 llvm::SmallVector<std::thread, 128> TranslationThreads;
IceGlobalContext.cpp 222 for (std::thread &Worker : TranslationThreads) {
225 TranslationThreads.clear();
    [all...]

Completed in 627 milliseconds