Searched refs:helperThreadProc (Results 1 – 3 of 3) sorted by relevance
89 static void * helperThreadProc(void *vrsc);
123 void * RsdCpuReferenceImpl::helperThreadProc(void *vrsc) { in helperThreadProc() function in RsdCpuReferenceImpl297 status = pthread_create(&mWorkers.mThreadId[ct], &threadAttr, helperThreadProc, this); in init()
294 static void * helperThreadProc(void *);