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

  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 289 pthread_attr_t threadAttr;
290 status = pthread_attr_init(&threadAttr);
297 status = pthread_create(&mWorkers.mThreadId[ct], &threadAttr, helperThreadProc, this);
308 pthread_attr_destroy(&threadAttr);
  /dalvik/vm/
Thread.cpp     [all...]
  /frameworks/rs/
rsContext.cpp 560 pthread_attr_t threadAttr;
566 status = pthread_attr_init(&threadAttr);
579 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);
593 pthread_attr_destroy(&threadAttr);

Completed in 646 milliseconds