Searched refs:threadAttr (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp294 pthread_attr_t threadAttr; local
295 status = pthread_attr_init(&threadAttr);
302 status = pthread_create(&mWorkers.mThreadId[ct], &threadAttr, helperThreadProc, this);
313 pthread_attr_destroy(&threadAttr);
/frameworks/rs/
H A DrsContext.cpp574 pthread_attr_t threadAttr; local
580 status = pthread_attr_init(&threadAttr);
598 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);
612 pthread_attr_destroy(&threadAttr);

Completed in 80 milliseconds