Home
last modified time | relevance | path

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

/frameworks/rs/
DrsContext.h294 static void * threadProc(void *);
DrsContext.cpp290 void * Context::threadProc(void *vrsc) { in threadProc() function in Context
591 threadProc(this); in initContext()
598 status = pthread_create(&mThreadId, &threadAttr, threadProc, this); in initContext()
/frameworks/rs/cpp/
DRenderScript.cpp510 int status = pthread_create(&mMessageThreadId, NULL, threadProc, this); in init()
539 void * RS::threadProc(void *vrsc) { in threadProc() function in RS
DrsCppStructs.h154 static void * threadProc(void *);