HomeSort by relevance Sort by last modified time
    Searched refs:mClosureRear (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/src/
ThreadPool.h 63 Closure **mClosureFront, **mClosureRear;
ThreadPool.c 135 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 24 milliseconds