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 *);
400 aaudio_audio_thread_proc_t threadProc, in createThread() argument407 if (threadProc == nullptr) { in createThread()411 mThreadProc = threadProc; in createThread()
156 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 *);