Searched refs:p_run_cond (Results 1 – 1 of 1) sorted by relevance
278 volatile int* p_run_cond = &gki_cb.os.no_timer_suspend; in GKI_shutdown() local299 *p_run_cond = GKI_TIMER_TICK_EXIT_COND; /* stop system tick */ in GKI_shutdown()337 oldCOnd = *p_run_cond; in GKI_shutdown()338 *p_run_cond = GKI_TIMER_TICK_EXIT_COND; in GKI_shutdown()357 volatile int* p_run_cond = &p_os->no_timer_suspend; in gki_system_tick_start_stop_cback() local364 *p_run_cond = GKI_TIMER_TICK_STOP_COND; in gki_system_tick_start_stop_cback()368 *p_run_cond = GKI_TIMER_TICK_RUN_COND; in gki_system_tick_start_stop_cback()429 volatile int* p_run_cond = &gki_cb.os.no_timer_suspend; in GKI_run() local456 << StringPrintf("GKI_run, run_cond(%p)=%d ", p_run_cond, *p_run_cond); in GKI_run()457 for (; GKI_TIMER_TICK_EXIT_COND != *p_run_cond;) { in GKI_run()[all …]