OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mClosureFront
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/src/
ThreadPool.c
134
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;
ThreadPool.h
63
Closure **
mClosureFront
, **mClosureRear;
Completed in 26 milliseconds