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

  /external/chromium_org/third_party/skia/include/utils/
SkThreadPool.h 50 kWaiting_State, // wait has been called, but there still might be work to do or being done.
  /external/skia/include/utils/
SkThreadPool.h 50 kWaiting_State, // wait has been called, but there still might be work to do or being done.
  /external/chromium_org/third_party/skia/src/utils/
SkThreadPool.cpp 49 fState = kWaiting_State;
71 if (kWaiting_State == pool->fState && pool->fBusyThreads == 0) {
  /external/skia/src/utils/
SkThreadPool.cpp 49 fState = kWaiting_State;
71 if (kWaiting_State == pool->fState && pool->fBusyThreads == 0) {

Completed in 80 milliseconds