DISPATCH-2298: Avoid rescheduling qd_timer if we are already servicing timer

If we are in the middle of running through the list of timers in
qd_timer_visit() we don't need to wake the timer as anything we add to
the list will get serviced immediately in any case.
1 file changed