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

  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 294 pthread_attr_t threadAttr;
295 status = pthread_attr_init(&threadAttr);
302 status = pthread_create(&mWorkers.mThreadId[ct], &threadAttr, helperThreadProc, this);
313 pthread_attr_destroy(&threadAttr);
  /frameworks/rs/
rsContext.cpp 574 pthread_attr_t threadAttr;
580 status = pthread_attr_init(&threadAttr);
598 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);
612 pthread_attr_destroy(&threadAttr);

Completed in 150 milliseconds