Searched defs:HelperThreadProc (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdCore.cpp154 static void * HelperThreadProc(void *vrsc) { function
268 status = pthread_create(&dc->mWorkers.mThreadId[ct], &threadAttr, HelperThreadProc, rsc);
/frameworks/rs/driver/
H A DrsdCore.cpp162 static void * HelperThreadProc(void *vrsc) { function
276 status = pthread_create(&dc->mWorkers.mThreadId[ct], &threadAttr, HelperThreadProc, rsc);

Completed in 36 milliseconds