HomeSort by relevance Sort by last modified time
    Searched refs:fMThreads (Results 1 - 2 of 2) sorted by null

  /external/skia/samplecode/
SampleFontCache.cpp 81 pthread_t fMThreads[N];
90 status = pthread_create(&fMThreads[i], nullptr, measure_proc, nullptr);
106 int status = pthread_join(fMThreads[i], &ret);
  /external/skqp/samplecode/
SampleFontCache.cpp 81 pthread_t fMThreads[N];
90 status = pthread_create(&fMThreads[i], nullptr, measure_proc, nullptr);
106 int status = pthread_join(fMThreads[i], &ret);

Completed in 299 milliseconds