Home
last modified time | relevance | path

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

/frameworks/base/tests/JankBench/app/src/main/jni/
DWorkerPool.cpp30 WorkerPool::Signal::Signal() { in Signal()
34 WorkerPool::Signal::~Signal() { in ~Signal()
39 bool WorkerPool::Signal::init() { in init()
56 void WorkerPool::Signal::set() { in set()
78 bool WorkerPool::Signal::wait(uint64_t timeout) { in wait()
122 WorkerPool::WorkerPool() { in WorkerPool() function in WorkerPool
136 WorkerPool::~WorkerPool() { in ~WorkerPool()
157 bool WorkerPool::init(int threadCount) { in init()
202 void * WorkerPool::helperThreadProc(void *vwp) { in helperThreadProc()
203 WorkerPool *wp = (WorkerPool *)vwp; in helperThreadProc()
[all …]
DWorkerPool.h25 class WorkerPool {
27 WorkerPool();
28 ~WorkerPool();
DBench.h76 WorkerPool mWorkers;
DAndroid.bp.converted23 "WorkerPool.cpp",