Searched refs:threadProc (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpp/
H A DRenderScript.cpp182 int status = pthread_create(&mMessageThreadId, nullptr, threadProc, this);
211 void * RS::threadProc(void *vrsc) { function in class:RS
H A DrsCppStructs.h429 static void * threadProc(void *);
/frameworks/rs/
H A DrsContext.h354 static void * threadProc(void *);
H A DrsContext.cpp249 void * Context::threadProc(void *vrsc) { function in class:Context
558 threadProc(this);
565 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);

Completed in 252 milliseconds