Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_int.h41 pthread_cond_t gki_timer_cond; member
Dgki_ulinux.c178 pthread_cond_init(&p_os->gki_timer_cond, NULL); in GKI_init()
386 pthread_cond_signal( &gki_cb.os.gki_timer_cond ); in GKI_shutdown()
427 pthread_cond_signal( &p_os->gki_timer_cond ); in gki_system_tick_start_stop_cback()
577 pthread_cond_wait( &gki_cb.os.gki_timer_cond, &gki_cb.os.gki_timer_mutex ); in GKI_run_worker_thread()
/external/libnfc-nci/src/gki/ulinux/
Dgki_int.h41 pthread_cond_t gki_timer_cond; member
Dgki_ulinux.c175 pthread_cond_init(&p_os->gki_timer_cond, NULL); in GKI_init()
386 pthread_cond_signal( &gki_cb.os.gki_timer_cond ); in GKI_shutdown()
427 pthread_cond_signal( &p_os->gki_timer_cond ); in gki_system_tick_start_stop_cback()
555 pthread_cond_wait( &gki_cb.os.gki_timer_cond, &gki_cb.os.gki_timer_mutex ); in GKI_run()