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

/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp277 pthread_attr_t threadAttr; local
278 status = pthread_attr_init(&threadAttr);
285 status = pthread_create(&mWorkers.mThreadId[ct], &threadAttr, helperThreadProc, this);
296 pthread_attr_destroy(&threadAttr);
/frameworks/rs/
H A DrsContext.cpp537 pthread_attr_t threadAttr; local
543 status = pthread_attr_init(&threadAttr);
562 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);
576 pthread_attr_destroy(&threadAttr);

Completed in 93 milliseconds