OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TranslationThreads
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceGlobalContext.cpp
222
for (std::thread &Worker :
TranslationThreads
) {
225
TranslationThreads
.clear();
[
all
...]
IceGlobalContext.h
570
llvm::SmallVector<std::thread, 128>
TranslationThreads
;
Completed in 101 milliseconds