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

  /external/chromium_org/third_party/skia/include/utils/
SkThreadPool.h 49 kRunning_State, // Normal case. We've been constructed and no one has called wait().
  /external/skia/include/utils/
SkThreadPool.h 49 kRunning_State, // Normal case. We've been constructed and no one has called wait().
  /external/chromium_org/third_party/skia/src/utils/
SkThreadPool.cpp 31 : fState(kRunning_State), fBusyThreads(0) {
42 if (kRunning_State == fState) {
  /external/skia/src/utils/
SkThreadPool.cpp 31 : fState(kRunning_State), fBusyThreads(0) {
42 if (kRunning_State == fState) {

Completed in 31 milliseconds