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

  /frameworks/rs/cpp/
RenderScript.cpp 175 int status = pthread_create(&mMessageThreadId, nullptr, threadProc, this);
204 void * RS::threadProc(void *vrsc) {
  /frameworks/rs/
rsContext.cpp 233 void * Context::threadProc(void *vrsc) {
528 threadProc(this);
535 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);

Completed in 1540 milliseconds