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

/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp289 pthread_attr_t threadAttr; local
290 status = pthread_attr_init(&threadAttr);
297 status = pthread_create(&mWorkers.mThreadId[ct], &threadAttr, helperThreadProc, this);
308 pthread_attr_destroy(&threadAttr);
/frameworks/rs/
H A DrsContext.cpp562 pthread_attr_t threadAttr; local
568 status = pthread_attr_init(&threadAttr);
581 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);
595 pthread_attr_destroy(&threadAttr);

Completed in 61 milliseconds