Home | History | Annotate | Download | only in src

Lines Matching refs:ThreadPool

17 /* ThreadPool */
25 ThreadPool *tp = (ThreadPool *) context;
81 static void ThreadPool_deinit_internal(ThreadPool *tp, unsigned initialized, unsigned nThreads);
83 // Initialize a ThreadPool
87 SLresult ThreadPool_init(ThreadPool *tp, unsigned maxClosures, unsigned maxThreads)
90 memset(tp, 0, sizeof(ThreadPool));
167 static void ThreadPool_deinit_internal(ThreadPool *tp, unsigned initialized, unsigned nThreads)
242 void ThreadPool_deinit(ThreadPool *tp)
250 SLresult ThreadPool_add(ThreadPool *tp, ClosureKind kind, ClosureHandler_generic handler,
327 Closure *ThreadPool_remove(ThreadPool *tp)
371 SLresult ThreadPool_add_ppi(ThreadPool *tp, ClosureHandler_ppi handler,
379 SLresult ThreadPool_add_ppii(ThreadPool *tp, ClosureHandler_ppii handler,
387 SLresult ThreadPool_add_piipp(ThreadPool *tp, ClosureHandler_piipp handler,