HomeSort by relevance Sort by last modified time
    Searched refs:thread_evt_mutex (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/gki/ulinux/
gki_int.h 60 pthread_mutex_t thread_evt_mutex[GKI_MAX_TASKS]; member in struct:__anon5755
gki_ulinux.c 398 pthread_mutex_init(&gki_cb.os.thread_evt_mutex[task_id], NULL);
778 pthread_mutex_lock(&gki_cb.os.thread_evt_mutex[rtask]);
798 &gki_cb.os.thread_evt_mutex[rtask], &abstime);
802 pthread_cond_wait(&gki_cb.os.thread_evt_cond[rtask], &gki_cb.os.thread_evt_mutex[rtask]);
825 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock when cond is met */
826 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[rtask]);
840 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock mutex when cond is met */
841 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[rtask]);
915 pthread_mutex_lock(&gki_cb.os.thread_evt_mutex[task_id]);
922 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[task_id])
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_int.h 35 pthread_mutex_t thread_evt_mutex[GKI_MAX_TASKS]; member in struct:__anon7591
gki_ulinux.c 243 pthread_mutex_init(&gki_cb.os.thread_evt_mutex[task_id], NULL);
668 pthread_mutex_lock(&gki_cb.os.thread_evt_mutex[rtask]);
708 &gki_cb.os.thread_evt_mutex[rtask], &abstime);
713 pthread_cond_wait(&gki_cb.os.thread_evt_cond[rtask], &gki_cb.os.thread_evt_mutex[rtask]);
733 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock when cond is met */
734 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[rtask]);
752 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock mutex when cond is met */
753 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[rtask]);
827 pthread_mutex_lock(&gki_cb.os.thread_evt_mutex[task_id]);
834 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[task_id])
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_int.h 35 pthread_mutex_t thread_evt_mutex[GKI_MAX_TASKS]; member in struct:__anon7604
gki_ulinux.c 240 pthread_mutex_init(&gki_cb.os.thread_evt_mutex[task_id], NULL);
645 pthread_mutex_lock(&gki_cb.os.thread_evt_mutex[rtask]);
685 &gki_cb.os.thread_evt_mutex[rtask], &abstime);
690 pthread_cond_wait(&gki_cb.os.thread_evt_cond[rtask], &gki_cb.os.thread_evt_mutex[rtask]);
710 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock when cond is met */
711 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[rtask]);
729 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock mutex when cond is met */
730 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[rtask]);
804 pthread_mutex_lock(&gki_cb.os.thread_evt_mutex[task_id]);
811 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[task_id])
    [all...]

Completed in 414 milliseconds