HomeSort by relevance Sort by last modified time
    Searched refs:threadProc (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/cpp/
RenderScript.cpp 182 int status = pthread_create(&mMessageThreadId, nullptr, threadProc, this);
211 void * RS::threadProc(void *vrsc) {
rsCppStructs.h 429 static void * threadProc(void *);
    [all...]
  /frameworks/rs/
rsContext.h 353 static void * threadProc(void *);
rsContext.cpp 249 void * Context::threadProc(void *vrsc) {
560 threadProc(this);
567 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);

Completed in 60 milliseconds