throttle_timer     58 crmd/throttle.c static mainloop_timer_t *throttle_timer = NULL;
throttle_timer    453 crmd/throttle.c         throttle_timer = mainloop_timer_add("throttle", 30 * 1000, TRUE, throttle_timer_cb, NULL);
throttle_timer    457 crmd/throttle.c     mainloop_timer_start(throttle_timer);
throttle_timer    463 crmd/throttle.c     mainloop_timer_del(throttle_timer); throttle_timer = NULL;