Searched refs:gki_timer_mutex (Results 1 – 2 of 2) sorted by relevance
140 pthread_mutex_init(&p_os->gki_timer_mutex, nullptr); in GKI_init()362 pthread_mutex_lock(&p_os->gki_timer_mutex); in gki_system_tick_start_stop_cback()364 pthread_mutex_unlock(&p_os->gki_timer_mutex); in gki_system_tick_start_stop_cback()479 pthread_mutex_lock(&gki_cb.os.gki_timer_mutex); in GKI_run()480 pthread_cond_wait(&gki_cb.os.gki_timer_cond, &gki_cb.os.gki_timer_mutex); in GKI_run()481 pthread_mutex_unlock(&gki_cb.os.gki_timer_mutex); in GKI_run()
39 pthread_mutex_t gki_timer_mutex; member