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

/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp264 pthread_attr_t threadAttr; local
265 status = pthread_attr_init(&threadAttr);
272 status = pthread_create(&mWorkers.mThreadId[ct], &threadAttr, helperThreadProc, this);
283 pthread_attr_destroy(&threadAttr);
/frameworks/rs/
H A DrsContext.cpp510 pthread_attr_t threadAttr; local
516 status = pthread_attr_init(&threadAttr);
535 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);
549 pthread_attr_destroy(&threadAttr);

Completed in 384 milliseconds