Home
last modified time | relevance | path

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

/system/nfc/src/gki/ulinux/
Dgki_int.h35 pthread_cond_t thread_evt_cond[GKI_MAX_TASKS]; member
Dgki_ulinux.cc209 pthread_cond_init(&gki_cb.os.thread_evt_cond[task_id], &attr); in GKI_create_task()
607 pthread_cond_timedwait(&gki_cb.os.thread_evt_cond[rtask], in GKI_wait()
611 pthread_cond_wait(&gki_cb.os.thread_evt_cond[rtask], in GKI_wait()
728 pthread_cond_signal(&gki_cb.os.thread_evt_cond[task_id]); in GKI_send_event()
1080 pthread_cond_destroy(&gki_cb.os.thread_evt_cond[task_id]); in GKI_exit_task()