Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dposix_timers.cpp138 pthread_attr_t thread_attributes; in timer_create() local
140 pthread_attr_init(&thread_attributes); in timer_create()
142 thread_attributes = *reinterpret_cast<pthread_attr_t*>(evp->sigev_notify_attributes); in timer_create()
144 pthread_attr_setdetachstate(&thread_attributes, PTHREAD_CREATE_DETACHED); in timer_create()
155 int rc = pthread_create(&timer->callback_thread, &thread_attributes, __timer_thread_start, timer); in timer_create()
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp4903 pthread_attr_t thread_attributes; in async_thread_create() local
4917 else if (pthread_attr_init(&thread_attributes)) in async_thread_create()
4923 else if (pthread_attr_setdetachstate(&thread_attributes, in async_thread_create()
4930 pthread_attr_destroy(&thread_attributes); in async_thread_create()
4938 &thread_attributes, in async_thread_create()
4946 pthread_attr_destroy(&thread_attributes); in async_thread_create()
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A 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()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp5023 pthread_attr_t thread_attributes; in async_thread_create() local
5037 else if (pthread_attr_init(&thread_attributes)) in async_thread_create()
5043 else if (pthread_attr_setdetachstate(&thread_attributes, in async_thread_create()
5050 pthread_attr_destroy(&thread_attributes); in async_thread_create()
5058 &thread_attributes, in async_thread_create()
5066 pthread_attr_destroy(&thread_attributes); in async_thread_create()
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp5067 pthread_attr_t thread_attributes; in async_thread_create() local
5081 else if (pthread_attr_init(&thread_attributes)) in async_thread_create()
5087 else if (pthread_attr_setdetachstate(&thread_attributes, in async_thread_create()
5094 pthread_attr_destroy(&thread_attributes); in async_thread_create()
5102 &thread_attributes, in async_thread_create()
5110 pthread_attr_destroy(&thread_attributes); in async_thread_create()
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec.cpp4884 pthread_attr_t thread_attributes; in async_thread_create() local
4898 else if (pthread_attr_init(&thread_attributes)) in async_thread_create()
4904 else if (pthread_attr_setdetachstate(&thread_attributes, in async_thread_create()
4911 pthread_attr_destroy(&thread_attributes); in async_thread_create()
4919 &thread_attributes, in async_thread_create()
4927 pthread_attr_destroy(&thread_attributes); in async_thread_create()