Searched refs:fDThreads (Results 1 – 2 of 2) sorted by relevance
82 pthread_t fDThreads[N]; member in FontCacheView96 status = pthread_create(&fDThreads[i], nullptr, draw_proc, &fBitmaps[i]); in FontCacheView()108 status = pthread_join(fDThreads[i], &ret); in ~FontCacheView()