OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxClosures
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/src/
ThreadPool.h
60
unsigned
mMaxClosures
; ///< Number of slots in circular buffer for closures, not counting spare
ThreadPool.c
119
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 528 milliseconds