Searched defs:ThreadPool (Results 1 - 1 of 1) sorted by relevance

/system/media/opensles/libopensles/
H A DThreadPool.h17 /** \file ThreadPool.h ThreadPool interface */
27 /** \brief ThreadPool manages a pool of worker threads that execute Closures */
51 } ThreadPool; typedef in typeref:struct:__anon197
53 extern SLresult ThreadPool_init(ThreadPool *tp, unsigned maxClosures, unsigned maxThreads);
54 extern void ThreadPool_deinit(ThreadPool *tp);
55 extern SLresult ThreadPool_add(ThreadPool *tp, void (*handler)(void *, int), void *context,
57 extern Closure *ThreadPool_remove(ThreadPool *tp);

Completed in 74 milliseconds