Searched refs:kRunning_State (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
H A DSkThreadPool.h49 kRunning_State, // Normal case. We've been constructed and no one has called wait(). enumerator in enum:SkThreadPool::State
/external/skia/include/utils/
H A DSkThreadPool.h49 kRunning_State, // Normal case. We've been constructed and no one has called wait(). enumerator in enum:SkThreadPool::State
/external/chromium_org/third_party/skia/src/utils/
H A DSkThreadPool.cpp31 : fState(kRunning_State), fBusyThreads(0) {
42 if (kRunning_State == fState) {
/external/skia/src/utils/
H A DSkThreadPool.cpp31 : fState(kRunning_State), fBusyThreads(0) {
42 if (kRunning_State == fState) {

Completed in 182 milliseconds