Searched refs:gki_timer_mutex (Results 1 – 2 of 2) sorted by relevance
129 pthread_mutex_init(&p_os->gki_timer_mutex, NULL); in phUwb_GKI_init()339 pthread_mutex_lock(&p_os->gki_timer_mutex); in phUwb_gki_system_tick_start_stop_cback()341 pthread_mutex_unlock(&p_os->gki_timer_mutex); in phUwb_gki_system_tick_start_stop_cback()408 pthread_mutex_lock(&gki_cb.os.gki_timer_mutex); in phUwb_GKI_run()409 pthread_cond_wait(&gki_cb.os.gki_timer_cond, &gki_cb.os.gki_timer_mutex); in phUwb_GKI_run()410 pthread_mutex_unlock(&gki_cb.os.gki_timer_mutex); in phUwb_GKI_run()
41 pthread_mutex_t gki_timer_mutex; member