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

  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_int.h 40 pthread_mutex_t gki_timer_mutex; member in struct:__anon15425
gki_ulinux.c 177 pthread_mutex_init(&p_os->gki_timer_mutex, NULL);
426 pthread_mutex_lock( &p_os->gki_timer_mutex );
428 pthread_mutex_unlock( &p_os->gki_timer_mutex );
576 pthread_mutex_lock( &gki_cb.os.gki_timer_mutex );
577 pthread_cond_wait( &gki_cb.os.gki_timer_cond, &gki_cb.os.gki_timer_mutex );
578 pthread_mutex_unlock( &gki_cb.os.gki_timer_mutex );
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_int.h 40 pthread_mutex_t gki_timer_mutex; member in struct:__anon15454
gki_ulinux.c 174 pthread_mutex_init(&p_os->gki_timer_mutex, NULL);
426 pthread_mutex_lock( &p_os->gki_timer_mutex );
428 pthread_mutex_unlock( &p_os->gki_timer_mutex );
554 pthread_mutex_lock( &gki_cb.os.gki_timer_mutex );
555 pthread_cond_wait( &gki_cb.os.gki_timer_cond, &gki_cb.os.gki_timer_mutex );
556 pthread_mutex_unlock( &gki_cb.os.gki_timer_mutex );
    [all...]

Completed in 154 milliseconds