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