Searched refs:threadProc (Results 1 – 6 of 6) sorted by relevance
175 int status = pthread_create(&mMessageThreadId, nullptr, threadProc, this); in init()204 void * RS::threadProc(void *vrsc) { in threadProc() function in RS
429 static void * threadProc(void *);
332 aaudio_audio_thread_proc_t threadProc, in createThread() argument339 if (threadProc == nullptr) { in createThread()343 mThreadProc = threadProc; in createThread()
134 aaudio_audio_thread_proc_t threadProc,
233 void * Context::threadProc(void *vrsc) { in threadProc() function in android::renderscript::Context527 threadProc(this); in initContext()534 status = pthread_create(&mThreadId, &threadAttr, threadProc, this); in initContext()
346 static void * threadProc(void *);