Searched refs:gki_timer_mutex (Results 1 – 2 of 2) sorted by relevance
141 pthread_mutex_init(&p_os->gki_timer_mutex, nullptr); in GKI_init()387 pthread_mutex_lock(&p_os->gki_timer_mutex); in gki_system_tick_start_stop_cback()389 pthread_mutex_unlock(&p_os->gki_timer_mutex); in gki_system_tick_start_stop_cback()503 pthread_mutex_lock(&gki_cb.os.gki_timer_mutex); in GKI_run()504 pthread_cond_wait(&gki_cb.os.gki_timer_cond, &gki_cb.os.gki_timer_mutex); in GKI_run()505 pthread_mutex_unlock(&gki_cb.os.gki_timer_mutex); in GKI_run()
40 pthread_mutex_t gki_timer_mutex; member