Searched refs:helperThreadProc (Results 1 – 5 of 5) sorted by relevance
187 status = pthread_create(&mThreadId[ct], &threadAttr, helperThreadProc, this); in init()202 void * WorkerPool::helperThreadProc(void *vwp) { in helperThreadProc() function in WorkerPool
77 static void * helperThreadProc(void *);
158 static void * helperThreadProc(void *vrsc);
101 void * RsdCpuReferenceImpl::helperThreadProc(void *vrsc) { in helperThreadProc() function in android::renderscript::RsdCpuReferenceImpl272 status = pthread_create(&mWorkers.mThreadId[ct], &threadAttr, helperThreadProc, this); in init()
347 static void * helperThreadProc(void *);