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

  /external/chromium_org/third_party/skia/samplecode/
SampleFontCache.cpp 83 pthread_t fMThreads[N];
92 status = pthread_create(&fMThreads[i], NULL, measure_proc, NULL);
108 int status = pthread_join(fMThreads[i], &ret);
  /external/skia/samplecode/
SampleFontCache.cpp 83 pthread_t fMThreads[N];
92 status = pthread_create(&fMThreads[i], NULL, measure_proc, NULL);
108 int status = pthread_join(fMThreads[i], &ret);

Completed in 173 milliseconds