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

/frameworks/wilhelm/src/
H A DThreadPool.c134 tp->mClosureFront = tp->mClosureArray;
193 Closure **oldFront = tp->mClosureFront;
201 tp->mClosureFront = newFront;
295 if (newRear == tp->mClosureFront) {
339 Closure **oldFront = tp->mClosureFront;
356 tp->mClosureFront = newFront;
H A DThreadPool.h63 Closure **mClosureFront, **mClosureRear; member in struct:__anon1730

Completed in 145 milliseconds