Lines Matching refs:p_os
119 tGKI_OS* p_os; in GKI_init() local
132 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() local
365 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()
390 pthread_mutex_unlock(&p_os->gki_timer_mutex); in gki_system_tick_start_stop_cback()