Searched refs:gki_timer_cond (Results 1 – 4 of 4) sorted by relevance
41 pthread_cond_t gki_timer_cond; member
178 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()
175 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()