Home
last modified time | relevance | path

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

/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc204 pthread_mutex_init(&gki_cb.os.thread_evt_mutex[task_id], nullptr); in GKI_create_task()
564 pthread_mutex_lock(&gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()
604 &gki_cb.os.thread_evt_mutex[rtask], &abstime); in GKI_wait()
608 &gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()
632 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()
652 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()
717 pthread_mutex_lock(&gki_cb.os.thread_evt_mutex[task_id]); in GKI_send_event()
724 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[task_id]); in GKI_send_event()
1071 pthread_mutex_destroy(&gki_cb.os.thread_evt_mutex[task_id]); in GKI_exit_task()
Dgki_int.h35 pthread_mutex_t thread_evt_mutex[GKI_MAX_TASKS]; member