Searched refs:thread_evt_cond (Results 1 – 6 of 6) sorted by relevance
36 pthread_cond_t thread_evt_cond[GKI_MAX_TASKS]; member
243 pthread_cond_init (&gki_cb.os.thread_evt_cond[task_id], NULL); in GKI_create_task()706 pthread_cond_timedwait_monotonic(&gki_cb.os.thread_evt_cond[rtask], in GKI_wait()712 … pthread_cond_wait(&gki_cb.os.thread_evt_cond[rtask], &gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()831 pthread_cond_signal(&gki_cb.os.thread_evt_cond[task_id]); in GKI_send_event()1227 pthread_cond_destroy (&gki_cb.os.thread_evt_cond[task_id]); in GKI_exit_task()
240 pthread_cond_init (&gki_cb.os.thread_evt_cond[task_id], NULL); in GKI_create_task()681 pthread_cond_timedwait_monotonic(&gki_cb.os.thread_evt_cond[rtask], in GKI_wait()687 … pthread_cond_wait(&gki_cb.os.thread_evt_cond[rtask], &gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()806 pthread_cond_signal(&gki_cb.os.thread_evt_cond[task_id]); in GKI_send_event()1202 pthread_cond_destroy (&gki_cb.os.thread_evt_cond[task_id]); in GKI_exit_task()
76 pthread_cond_t thread_evt_cond[GKI_MAX_TASKS]; member
268 pthread_cond_init (&gki_cb.os.thread_evt_cond[task_id], NULL); in GKI_create_task()941 pthread_cond_timedwait_monotonic(&gki_cb.os.thread_evt_cond[rtask], in GKI_wait()947 … pthread_cond_wait(&gki_cb.os.thread_evt_cond[rtask], &gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()1066 pthread_cond_signal(&gki_cb.os.thread_evt_cond[task_id]); in GKI_send_event()1462 pthread_cond_destroy (&gki_cb.os.thread_evt_cond[task_id]); in GKI_exit_task()