Searched refs:threadProc (Results 1 – 4 of 4) sorted by relevance
294 static void * threadProc(void *);
290 void * Context::threadProc(void *vrsc) { in threadProc() function in Context591 threadProc(this); in initContext()598 status = pthread_create(&mThreadId, &threadAttr, threadProc, this); in initContext()
510 int status = pthread_create(&mMessageThreadId, NULL, threadProc, this); in init()539 void * RS::threadProc(void *vrsc) { in threadProc() function in RS
154 static void * threadProc(void *);