Searched refs:thr (Results 1 – 4 of 4) sorted by relevance
/hardware/st/nfc/1.1/ |
D | hal_st21nfc.cc | 80 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/ |
D | hal_st21nfc.cc | 81 pthread_t thr; member 168 ret = pthread_create(&async_callback_data.thr, NULL, in async_callback_thread_start() 219 ret = pthread_join(async_callback_data.thr, (void**)NULL); in async_callback_thread_end() 231 if (pthread_equal(pthread_self(), async_callback_data.thr)) { in async_callback_post()
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | msm8960_use_cases.h | 173 pthread_t thr; member
|
D | alsa_ucm.c | 2269 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()
|