Searched refs:mClosureFront (Results 1 – 2 of 2) sorted by relevance
134 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()
63 Closure **mClosureFront, **mClosureRear; member