Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
DThreadPool.c134 tp->mClosureFront = tp->mClosureArray; in ThreadPool_init()
193 Closure **oldFront = tp->mClosureFront; in ThreadPool_deinit_internal()
201 tp->mClosureFront = newFront; in ThreadPool_deinit_internal()
295 if (newRear == tp->mClosureFront) { in ThreadPool_add()
339 Closure **oldFront = tp->mClosureFront; in ThreadPool_remove()
356 tp->mClosureFront = newFront; in ThreadPool_remove()
DThreadPool.h63 Closure **mClosureFront, **mClosureRear; member