Searched refs:fPending (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkTaskGroup.cpp177 SkTaskGroup::SkTaskGroup() : fPending(0) {}
179 void SkTaskGroup::wait() { ThreadPool::Wait(&fPending); }
180 void SkTaskGroup::add(SkRunnable* task) { ThreadPool::Add(task, &fPending); }
181 void SkTaskGroup::add(void (*fn)(void*), void* arg) { ThreadPool::Add(fn, arg, &fPending); }
183 ThreadPool::Batch(fn, args, N, stride, &fPending);
H A DSkTaskGroup.h48 /*atomic*/ int32_t fPending; member in class:SkTaskGroup
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 39 milliseconds