Home
last modified time | relevance | path

Searched refs:fMThreads (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/samplecode/
DSampleFontCache.cpp83 pthread_t fMThreads[N]; member in FontCacheView
92 status = pthread_create(&fMThreads[i], NULL, measure_proc, NULL); in FontCacheView()
108 int status = pthread_join(fMThreads[i], &ret); in ~FontCacheView()
/external/skia/samplecode/
DSampleFontCache.cpp83 pthread_t fMThreads[N]; member in FontCacheView
92 status = pthread_create(&fMThreads[i], NULL, measure_proc, NULL); in FontCacheView()
108 int status = pthread_join(fMThreads[i], &ret); in ~FontCacheView()