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.cc208 pthread_mutex_init(&gki_cb.os.thread_evt_mutex[task_id], nullptr); in GKI_create_task()
568 pthread_mutex_lock(&gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()
608 &gki_cb.os.thread_evt_mutex[rtask], &abstime); in GKI_wait()
612 &gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()
636 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()
656 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()
723 pthread_mutex_lock(&gki_cb.os.thread_evt_mutex[task_id]); in GKI_send_event()
730 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[task_id]); in GKI_send_event()
1079 pthread_mutex_destroy(&gki_cb.os.thread_evt_mutex[task_id]); in GKI_exit_task()
Dgki_int.h34 pthread_mutex_t thread_evt_mutex[GKI_MAX_TASKS]; member