Searched refs:helperThreadProc (Results 1 – 2 of 2) 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 *);