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/chromium_org/third_party/skia/samplecode/
SampleFontCache.cpp
84
pthread_t
fDThreads
[N];
98
status = pthread_create(&
fDThreads
[i], NULL, draw_proc, &fBitmaps[i]);
110
status = pthread_join(
fDThreads
[i], &ret);
/external/skia/samplecode/
SampleFontCache.cpp
84
pthread_t
fDThreads
[N];
98
status = pthread_create(&
fDThreads
[i], NULL, draw_proc, &fBitmaps[i]);
110
status = pthread_join(
fDThreads
[i], &ret);
Completed in 598 milliseconds