refresh_timer      72 tools/crm_mon.c static mainloop_timer_t *refresh_timer = NULL;
refresh_timer     711 tools/crm_mon.c     if (refresh_timer != NULL) {
refresh_timer     713 tools/crm_mon.c         mainloop_timer_stop(refresh_timer);
refresh_timer    2258 tools/crm_mon.c     if(refresh_timer == NULL) {
refresh_timer    2259 tools/crm_mon.c         refresh_timer = mainloop_timer_add("refresh", 2000, FALSE, mon_trigger_refresh, NULL);
refresh_timer    2264 tools/crm_mon.c         mainloop_timer_stop(refresh_timer);
refresh_timer    2278 tools/crm_mon.c         mainloop_timer_stop(refresh_timer);
refresh_timer    2282 tools/crm_mon.c         mainloop_timer_start(refresh_timer);