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

  /system/nfc/halimpl/bcm2079x/gki/ulinux/
gki_int.h 35 pthread_cond_t thread_evt_cond[GKI_MAX_TASKS]; member in struct:__anon114628
gki_ulinux.c 242 pthread_cond_init(&gki_cb.os.thread_evt_cond[task_id], &attr);
680 pthread_cond_timedwait(&gki_cb.os.thread_evt_cond[rtask],
684 pthread_cond_wait(&gki_cb.os.thread_evt_cond[rtask],
804 pthread_cond_signal(&gki_cb.os.thread_evt_cond[task_id]);
    [all...]
  /system/nfc/src/gki/ulinux/
gki_int.h 35 pthread_cond_t thread_evt_cond[GKI_MAX_TASKS]; member in struct:__anon114657
gki_ulinux.c 228 pthread_cond_init(&gki_cb.os.thread_evt_cond[task_id], &attr);
647 pthread_cond_timedwait(&gki_cb.os.thread_evt_cond[rtask],
651 pthread_cond_wait(&gki_cb.os.thread_evt_cond[rtask],
769 pthread_cond_signal(&gki_cb.os.thread_evt_cond[task_id]);
    [all...]

Completed in 49 milliseconds