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

  /external/chromium_org/third_party/skia/include/utils/
SkThreadPool.h 58 int fBusyThreads;
  /external/chromium_org/third_party/skia/src/utils/
SkThreadPool.cpp 31 : fState(kRunning_State), fBusyThreads(0) {
71 if (kWaiting_State == pool->fState && pool->fBusyThreads == 0) {
93 pool->fBusyThreads++;
102 pool->fBusyThreads--;
  /external/skia/include/utils/
SkThreadPool.h 58 int fBusyThreads;
  /external/skia/src/utils/
SkThreadPool.cpp 31 : fState(kRunning_State), fBusyThreads(0) {
71 if (kWaiting_State == pool->fState && pool->fBusyThreads == 0) {
93 pool->fBusyThreads++;
102 pool->fBusyThreads--;

Completed in 2217 milliseconds