Lines Matching refs:p_os
150 tGKI_OS *p_os; in GKI_init() local
163 p_os = &gki_cb.os; in GKI_init()
164 pthread_mutex_init(&p_os->GKI_mutex, &attr); in GKI_init()
167 pthread_mutex_init(&p_os->GKI_trace_mutex, NULL); in GKI_init()
174 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND; in GKI_init()
175 pthread_mutex_init(&p_os->gki_timer_mutex, NULL); in GKI_init()
176 pthread_cond_init(&p_os->gki_timer_cond, NULL); in GKI_init()
401 tGKI_OS *p_os = &gki_cb.os; in gki_system_tick_start_stop_cback() local
402 volatile int *p_run_cond = &p_os->no_timer_suspend; in gki_system_tick_start_stop_cback()
424 pthread_mutex_lock( &p_os->gki_timer_mutex ); in gki_system_tick_start_stop_cback()
425 pthread_cond_signal( &p_os->gki_timer_cond ); in gki_system_tick_start_stop_cback()
426 pthread_mutex_unlock( &p_os->gki_timer_mutex ); in gki_system_tick_start_stop_cback()