Searched refs:gki_timer_cond (Results 1 – 2 of 2) sorted by relevance
40 pthread_cond_t gki_timer_cond; member
141 pthread_cond_init(&p_os->gki_timer_cond, nullptr); in GKI_init()336 pthread_cond_signal(&gki_cb.os.gki_timer_cond); in GKI_shutdown()365 pthread_cond_signal(&p_os->gki_timer_cond); in gki_system_tick_start_stop_cback()482 pthread_cond_wait(&gki_cb.os.gki_timer_cond, &gki_cb.os.gki_timer_mutex); in GKI_run()