Home | History | Annotate | Download | only in ulinux

Lines Matching refs:p_run_cond

301   volatile int* p_run_cond = &gki_cb.os.no_timer_suspend;
356 oldCOnd = *p_run_cond;
357 *p_run_cond = GKI_TIMER_TICK_EXIT_COND;
375 volatile int* p_run_cond = &p_os->no_timer_suspend;
383 *p_run_cond = GKI_TIMER_TICK_STOP_COND;
396 *p_run_cond = GKI_TIMER_TICK_RUN_COND;
463 volatile int* p_run_cond = &gki_cb.os.no_timer_suspend;
486 GKI_TRACE_2("GKI_run, run_cond(%x)=%d ", p_run_cond, *p_run_cond);
487 for (; GKI_TIMER_TICK_EXIT_COND != *p_run_cond;) {
500 if (GKI_TIMER_TICK_RUN_COND != *p_run_cond) break; // GKI has shutdown
509 } while (GKI_TIMER_TICK_RUN_COND == *p_run_cond);
518 if (GKI_TIMER_TICK_EXIT_COND != *p_run_cond) {
529 ">>> RESTARTED GKI_timer_update(): run_cond: %d", *p_run_cond);