OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fDThreads
(Results
1 - 2
of
2
) sorted by null
/external/skia/samplecode/
SampleFontCache.cpp
82
pthread_t
fDThreads
[N];
96
status = pthread_create(&
fDThreads
[i], nullptr, draw_proc, &fBitmaps[i]);
108
status = pthread_join(
fDThreads
[i], &ret);
/external/skqp/samplecode/
SampleFontCache.cpp
82
pthread_t
fDThreads
[N];
96
status = pthread_create(&
fDThreads
[i], nullptr, draw_proc, &fBitmaps[i]);
108
status = pthread_join(
fDThreads
[i], &ret);
Completed in 473 milliseconds