OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fThreadCount
(Results
1 - 2
of
2
) sorted by null
/external/skia/tools/skpdiff/
SkDiffContext.h
28
void setThreadCount(int threadCount) {
fThreadCount
= threadCount; }
138
int
fThreadCount
;
SkDiffContext.cpp
22
fThreadCount
= SkThreadPool::kThreadPerCore;
165
SkThreadPool threadPool(
fThreadCount
);
211
SkThreadPool threadPool(
fThreadCount
);
Completed in 968 milliseconds