Searched refs:mClosureRear (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/
H A DThreadPool.h63 Closure **mClosureFront, **mClosureRear; member in struct:__anon1556
H A DThreadPool.c135 tp->mClosureRear = tp->mClosureArray;
194 while (oldFront != tp->mClosureRear) {
290 Closure **oldRear = tp->mClosureRear;
312 tp->mClosureRear = newRear;
341 if (oldFront == tp->mClosureRear) {

Completed in 30 milliseconds