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

  /frameworks/rs/cpp/
RenderScript.cpp 72 int status = pthread_create(&mMessageThreadId, NULL, threadProc, this);
92 void * RenderScript::threadProc(void *vrsc) {
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp 607 err = M4OSA_threadSyncOpen(&mThreadContext, (M4OSA_ThreadDoIt)threadProc);
    [all...]
  /frameworks/rs/
rsContext.cpp 207 void * Context::threadProc(void *vrsc) {
426 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);

Completed in 88 milliseconds