Searched defs:Closure (Results 1 - 1 of 1) sorted by path

/frameworks/wilhelm/src/
H A DThreadPool.h27 /** Closure handlers */
34 /** \brief Closure represents a deferred computation */
48 } Closure; typedef in typeref:struct:__anon1681
62 Closure **mClosureArray; ///< The circular buffer of closures
63 Closure **mClosureFront, **mClosureRear;
66 Closure *mClosureTypical[CLOSURE_TYPICAL+1];
91 extern Closure *ThreadPool_remove(ThreadPool *tp);

Completed in 75 milliseconds