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

  /external/bluetooth/bluedroid/gki/ulinux/
gki_int.h 61 pthread_cond_t thread_evt_cond[GKI_MAX_TASKS]; member in struct:__anon5755
gki_ulinux.c 399 pthread_cond_init (&gki_cb.os.thread_evt_cond[task_id], &cond_attr);
797 pthread_cond_timedwait(&gki_cb.os.thread_evt_cond[rtask],
802 pthread_cond_wait(&gki_cb.os.thread_evt_cond[rtask], &gki_cb.os.thread_evt_mutex[rtask]);
920 pthread_cond_signal(&gki_cb.os.thread_evt_cond[task_id]);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_int.h 36 pthread_cond_t thread_evt_cond[GKI_MAX_TASKS]; member in struct:__anon7591
gki_ulinux.c 244 pthread_cond_init (&gki_cb.os.thread_evt_cond[task_id], &attr);
707 pthread_cond_timedwait(&gki_cb.os.thread_evt_cond[rtask],
713 pthread_cond_wait(&gki_cb.os.thread_evt_cond[rtask], &gki_cb.os.thread_evt_mutex[rtask]);
832 pthread_cond_signal(&gki_cb.os.thread_evt_cond[task_id]);
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_int.h 36 pthread_cond_t thread_evt_cond[GKI_MAX_TASKS]; member in struct:__anon7604
gki_ulinux.c 241 pthread_cond_init (&gki_cb.os.thread_evt_cond[task_id], &attr);
684 pthread_cond_timedwait(&gki_cb.os.thread_evt_cond[rtask],
690 pthread_cond_wait(&gki_cb.os.thread_evt_cond[rtask], &gki_cb.os.thread_evt_mutex[rtask]);
809 pthread_cond_signal(&gki_cb.os.thread_evt_cond[task_id]);
    [all...]

Completed in 58 milliseconds