Home
last modified time | relevance | path

Searched refs:helperThreadProc (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/JankBench/app/src/main/jni/
DWorkerPool.cpp187 status = pthread_create(&mThreadId[ct], &threadAttr, helperThreadProc, this); in init()
202 void * WorkerPool::helperThreadProc(void *vwp) { in helperThreadProc() function in WorkerPool
DWorkerPool.h77 static void * helperThreadProc(void *);
/frameworks/rs/cpu_ref/
DrsCpuCore.h158 static void * helperThreadProc(void *vrsc);
DrsCpuCore.cpp101 void * RsdCpuReferenceImpl::helperThreadProc(void *vrsc) { in helperThreadProc() function in android::renderscript::RsdCpuReferenceImpl
272 status = pthread_create(&mWorkers.mThreadId[ct], &threadAttr, helperThreadProc, this); in init()
/frameworks/rs/
DrsContext.h347 static void * helperThreadProc(void *);