Home
last modified time | relevance | path

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

/hardware/st/nfc/1.1/
Dhal_st21nfc.cc80 pthread_t thr; member
167 ret = pthread_create(&async_callback_data.thr, NULL, in async_callback_thread_start()
218 ret = pthread_detach(async_callback_data.thr); in async_callback_thread_end()
230 if (pthread_equal(pthread_self(), async_callback_data.thr)) { in async_callback_post()
/hardware/st/nfc/1.2/
Dhal_st21nfc.cc87 pthread_t thr; member
174 ret = pthread_create(&async_callback_data.thr, NULL, in async_callback_thread_start()
225 ret = pthread_join(async_callback_data.thr, (void**)NULL); in async_callback_thread_end()
237 if (pthread_equal(pthread_self(), async_callback_data.thr)) { in async_callback_post()
/hardware/qcom/audio/legacy/libalsa-intf/
Dmsm8960_use_cases.h173 pthread_t thr; member
Dalsa_ucm.c2269 ret = pthread_join(uc_mgr->thr, NULL); in snd_use_case_mgr_wait_for_parsing()
2428 rc = pthread_create(&(*uc_mgr)->thr, 0, second_stage_parsing_thread, in snd_ucm_parse()