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

  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_int.h 36 pthread_cond_t thread_evt_cond[GKI_MAX_TASKS]; member in struct:__anon16875
gki_ulinux.c 245 pthread_cond_init (&gki_cb.os.thread_evt_cond[task_id], &attr);
708 pthread_cond_timedwait(&gki_cb.os.thread_evt_cond[rtask],
714 pthread_cond_wait(&gki_cb.os.thread_evt_cond[rtask], &gki_cb.os.thread_evt_mutex[rtask]);
833 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:__anon16904
gki_ulinux.c 242 pthread_cond_init (&gki_cb.os.thread_evt_cond[task_id], &attr);
685 pthread_cond_timedwait(&gki_cb.os.thread_evt_cond[rtask],
691 pthread_cond_wait(&gki_cb.os.thread_evt_cond[rtask], &gki_cb.os.thread_evt_mutex[rtask]);
810 pthread_cond_signal(&gki_cb.os.thread_evt_cond[task_id]);
    [all...]

Completed in 472 milliseconds