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

/external/chromium_org/third_party/skia/include/utils/
H A DSkThreadPool.h51 kHalting_State, // There's no work to do and no thread is busy. All threads can shut down. enumerator in enum:SkThreadPool::State
/external/skia/include/utils/
H A DSkThreadPool.h51 kHalting_State, // There's no work to do and no thread is busy. All threads can shut down. enumerator in enum:SkThreadPool::State
/external/chromium_org/third_party/skia/src/utils/
H A DSkThreadPool.cpp72 pool->fState = kHalting_State;
76 if (kHalting_State == pool->fState) {
106 SkASSERT(false); // Unreachable. The only exit happens when pool->fState is kHalting_State.
121 SkASSERT(fState != kHalting_State); // Shouldn't be able to add work when we're halting.
/external/skia/src/utils/
H A DSkThreadPool.cpp72 pool->fState = kHalting_State;
76 if (kHalting_State == pool->fState) {
106 SkASSERT(false); // Unreachable. The only exit happens when pool->fState is kHalting_State.
121 SkASSERT(fState != kHalting_State); // Shouldn't be able to add work when we're halting.

Completed in 202 milliseconds