Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/
DThreadPool.cpp28 Closure *pClosure = ThreadPool_remove(tp); in ThreadPool_start() local
30 if (NULL == pClosure) { in ThreadPool_start()
34 const Closure closure = *pClosure; in ThreadPool_start()
35 free(pClosure); in ThreadPool_start()
198 Closure *pClosure = *oldFront; in ThreadPool_deinit_internal() local
199 assert(NULL != pClosure); in ThreadPool_deinit_internal()
204 free(pClosure); in ThreadPool_deinit_internal()
329 Closure *pClosure; in ThreadPool_remove() local
336 pClosure = NULL; in ThreadPool_remove()
353 pClosure = *oldFront; in ThreadPool_remove()
[all …]