Home
last modified time | relevance | path

Searched refs:thread_attributes (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp4520 pthread_attr_t thread_attributes; in async_thread_create() local
4532 else if (pthread_attr_init(&thread_attributes)) in async_thread_create()
4537 else if (pthread_attr_setdetachstate(&thread_attributes, in async_thread_create()
4543 pthread_attr_destroy(&thread_attributes); in async_thread_create()
4551 &thread_attributes, in async_thread_create()
4558 pthread_attr_destroy(&thread_attributes); in async_thread_create()