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 75 pthread_mutex_t thread_evt_mutex[GKI_MAX_TASKS]; member in struct:__anon3418
gki_ulinux.c 267 pthread_mutex_init(&gki_cb.os.thread_evt_mutex[task_id], NULL);
922 pthread_mutex_lock(&gki_cb.os.thread_evt_mutex[rtask]);
942 &gki_cb.os.thread_evt_mutex[rtask], &abstime);
947 pthread_cond_wait(&gki_cb.os.thread_evt_cond[rtask], &gki_cb.os.thread_evt_mutex[rtask]);
970 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock when cond is met */
971 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[rtask]);
985 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock mutex when cond is met */
986 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[rtask]);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_int.h 35 pthread_mutex_t thread_evt_mutex[GKI_MAX_TASKS]; member in struct:__anon22206
gki_ulinux.c 242 pthread_mutex_init(&gki_cb.os.thread_evt_mutex[task_id], NULL);
667 pthread_mutex_lock(&gki_cb.os.thread_evt_mutex[rtask]);
707 &gki_cb.os.thread_evt_mutex[rtask], &abstime);
712 pthread_cond_wait(&gki_cb.os.thread_evt_cond[rtask], &gki_cb.os.thread_evt_mutex[rtask]);
732 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock when cond is met */
733 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[rtask]);
751 /* unlock thread_evt_mutex as pthread_cond_wait() does auto lock mutex when cond is met */
752 pthread_mutex_unlock(&gki_cb.os.thread_evt_mutex[rtask]);
826 pthread_mutex_lock(&gki_cb.os.thread_evt_mutex[task_id]);
833 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:__anon22218
gki_ulinux.c 239 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 4211 milliseconds