Searched refs:p_os (Results 1 – 1 of 1) sorted by relevance
119 tGKI_OS* p_os; in GKI_init() local130 p_os = &gki_cb.os; in GKI_init()131 pthread_mutex_init(&p_os->GKI_mutex, &attr); in GKI_init()139 p_os->no_timer_suspend = GKI_TIMER_TICK_RUN_COND; in GKI_init()140 pthread_mutex_init(&p_os->gki_timer_mutex, nullptr); in GKI_init()141 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() local352 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()[all …]