Searched refs:p_run_cond (Results 1 – 1 of 1) sorted by relevance
274 volatile int* p_run_cond = &gki_cb.os.no_timer_suspend; in GKI_shutdown() local295 *p_run_cond = GKI_TIMER_TICK_EXIT_COND; /* stop system tick */ in GKI_shutdown()332 oldCOnd = *p_run_cond; in GKI_shutdown()333 *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() local448 LOG(VERBOSE) << StringPrintf("GKI_run, run_cond(%p)=%d ", p_run_cond, in GKI_run()449 *p_run_cond); in GKI_run()[all …]