Searched refs:p_os (Results 1 – 1 of 1) sorted by relevance
119 tGKI_OS* p_os; in GKI_init() local132 p_os = &gki_cb.os; in GKI_init()133 pthread_mutex_init(&p_os->GKI_mutex, &attr); in GKI_init()141 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND; in GKI_init()142 pthread_mutex_init(&p_os->gki_timer_mutex, NULL); in GKI_init()143 pthread_cond_init(&p_os->gki_timer_cond, NULL); in GKI_init()364 tGKI_OS* p_os = &gki_cb.os; in gki_system_tick_start_stop_cback() local365 volatile int* p_run_cond = &p_os->no_timer_suspend; in gki_system_tick_start_stop_cback()388 pthread_mutex_lock(&p_os->gki_timer_mutex); in gki_system_tick_start_stop_cback()389 pthread_cond_signal(&p_os->gki_timer_cond); in gki_system_tick_start_stop_cback()[all …]