Searched refs:gki_timer_cond (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_int.h41 pthread_cond_t gki_timer_cond; member in struct:__anon23082
H A Dgki_ulinux.c177 pthread_cond_init(&p_os->gki_timer_cond, NULL);
385 pthread_cond_signal( &gki_cb.os.gki_timer_cond );
426 pthread_cond_signal( &p_os->gki_timer_cond );
576 pthread_cond_wait( &gki_cb.os.gki_timer_cond, &gki_cb.os.gki_timer_mutex );
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_int.h41 pthread_cond_t gki_timer_cond; member in struct:__anon23095
H A Dgki_ulinux.c174 pthread_cond_init(&p_os->gki_timer_cond, NULL);
385 pthread_cond_signal( &gki_cb.os.gki_timer_cond );
426 pthread_cond_signal( &p_os->gki_timer_cond );
554 pthread_cond_wait( &gki_cb.os.gki_timer_cond, &gki_cb.os.gki_timer_mutex );

Completed in 92 milliseconds