Searched refs:ThreadPool_add (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/
H A DThreadPool.h88 extern SLresult ThreadPool_add(ThreadPool *tp, ClosureKind kind,
H A DThreadPool.c250 SLresult ThreadPool_add(ThreadPool *tp, ClosureKind kind, ClosureHandler_generic handler, function
271 SL_LOGE("ThreadPool_add() invalid closure kind %d", kind);
375 return ThreadPool_add(tp, CLOSURE_KIND_PPI, (ClosureHandler_generic) handler,
383 return ThreadPool_add(tp, CLOSURE_KIND_PPII, (ClosureHandler_generic) handler,
391 return ThreadPool_add(tp, CLOSURE_KIND_PIIPP, (ClosureHandler_generic) handler,

Completed in 99 milliseconds