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

/frameworks/wilhelm/src/
H A DThreadPool.h60 unsigned mMaxClosures; ///< Number of slots in circular buffer for closures, not counting spare member in struct:__anon1730
H A DThreadPool.c119 tp->mMaxClosures = maxClosures;
196 if (++newFront == &tp->mClosureArray[tp->mMaxClosures + 1])
292 if (++newRear == &tp->mClosureArray[tp->mMaxClosures + 1])
350 if (++newFront == &tp->mClosureArray[tp->mMaxClosures + 1]) {

Completed in 40 milliseconds