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.cc210 pthread_mutex_init(&gki_cb.os.thread_evt_mutex[task_id], nullptr); in GKI_create_task()
570 pthread_mutex_lock(&gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()
610 &gki_cb.os.thread_evt_mutex[rtask], &abstime); in GKI_wait()
614 &gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()
638 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()
658 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[rtask]); in GKI_wait()
725 pthread_mutex_lock(&gki_cb.os.thread_evt_mutex[task_id]); in GKI_send_event()
732 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[task_id]); in GKI_send_event()
1081 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