Searched refs:gki_timer_mutex (Results 1 – 4 of 4) sorted by relevance
177 pthread_mutex_init(&p_os->gki_timer_mutex, NULL); in GKI_init()426 pthread_mutex_lock( &p_os->gki_timer_mutex ); in gki_system_tick_start_stop_cback()428 pthread_mutex_unlock( &p_os->gki_timer_mutex ); in gki_system_tick_start_stop_cback()576 pthread_mutex_lock( &gki_cb.os.gki_timer_mutex ); in GKI_run_worker_thread()577 pthread_cond_wait( &gki_cb.os.gki_timer_cond, &gki_cb.os.gki_timer_mutex ); in GKI_run_worker_thread()578 pthread_mutex_unlock( &gki_cb.os.gki_timer_mutex ); in GKI_run_worker_thread()
40 pthread_mutex_t gki_timer_mutex; member
174 pthread_mutex_init(&p_os->gki_timer_mutex, NULL); in GKI_init()426 pthread_mutex_lock( &p_os->gki_timer_mutex ); in gki_system_tick_start_stop_cback()428 pthread_mutex_unlock( &p_os->gki_timer_mutex ); in gki_system_tick_start_stop_cback()554 pthread_mutex_lock( &gki_cb.os.gki_timer_mutex ); in GKI_run()555 pthread_cond_wait( &gki_cb.os.gki_timer_cond, &gki_cb.os.gki_timer_mutex ); in GKI_run()556 pthread_mutex_unlock( &gki_cb.os.gki_timer_mutex ); in GKI_run()