Lines Matching refs:p_os
115 tGKI_OS* p_os; in GKI_init() local
128 p_os = &gki_cb.os; in GKI_init()
129 pthread_mutex_init(&p_os->GKI_mutex, &attr); in GKI_init()
137 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND; in GKI_init()
138 pthread_mutex_init(&p_os->gki_timer_mutex, nullptr); in GKI_init()
139 pthread_cond_init(&p_os->gki_timer_cond, nullptr); in GKI_init()
351 tGKI_OS* p_os = &gki_cb.os; in gki_system_tick_start_stop_cback() local
352 volatile int* p_run_cond = &p_os->no_timer_suspend; in gki_system_tick_start_stop_cback()
364 pthread_mutex_lock(&p_os->gki_timer_mutex); in gki_system_tick_start_stop_cback()
365 pthread_cond_signal(&p_os->gki_timer_cond); in gki_system_tick_start_stop_cback()
366 pthread_mutex_unlock(&p_os->gki_timer_mutex); in gki_system_tick_start_stop_cback()