Searched refs:p_run_cond (Results 1 – 1 of 1) sorted by relevance
281 volatile int* p_run_cond = &gki_cb.os.no_timer_suspend; in GKI_shutdown() local333 oldCOnd = *p_run_cond; in GKI_shutdown()334 *p_run_cond = GKI_TIMER_TICK_EXIT_COND; in GKI_shutdown()352 volatile int* p_run_cond = &p_os->no_timer_suspend; in gki_system_tick_start_stop_cback() local359 *p_run_cond = GKI_TIMER_TICK_STOP_COND; in gki_system_tick_start_stop_cback()363 *p_run_cond = GKI_TIMER_TICK_RUN_COND; in gki_system_tick_start_stop_cback()424 volatile int* p_run_cond = &gki_cb.os.no_timer_suspend; in GKI_run() local451 << StringPrintf("GKI_run, run_cond(%p)=%d ", p_run_cond, *p_run_cond); in GKI_run()452 for (; GKI_TIMER_TICK_EXIT_COND != *p_run_cond;) { in GKI_run()465 if (GKI_TIMER_TICK_RUN_COND != *p_run_cond) break; // GKI has shutdown in GKI_run()[all …]