Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.cc208 pthread_mutex_init(&gki_cb.os.thread_evt_mutex[task_id], nullptr); in GKI_create_task()
566 pthread_mutex_lock(&gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()
606 &gki_cb.os.thread_evt_mutex[rtask], &abstime); in GKI_wait()
610 &gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()
634 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()
654 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()
721 pthread_mutex_lock(&gki_cb.os.thread_evt_mutex[task_id]); in GKI_send_event()
728 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[task_id]); in GKI_send_event()
1083 pthread_mutex_destroy(&gki_cb.os.thread_evt_mutex[task_id]); in GKI_exit_task()
H A Dgki_int.h34 pthread_mutex_t thread_evt_mutex[GKI_MAX_TASKS]; member