46 DL((
REACT,
"Searching for Timer: 0x%x\n", dynamic_cast<void*> (eh_)));
52 if (
m_queue[i]->getHandler() == eh_) {
53 DL((
REACT,
"Found Timer: 0x%x in slot: %d\n",
54 dynamic_cast<void*>(eh_), i));
109 DL((
REACT,
"Expired %s [t=%s] timer!\n",
119 tp->rescheduleExpirationTime ();
130 DL((
TRACE,
"Expired total of %d timer(s).\n",cnt));
141 const std::string& name_)
143 trace(
"TimerQueue::insert");
145 Timer* t =
new Timer (eh_, tv_, delta_, name_);
154 trace(
"TimerQueue::dump");
157 DL((
REACT,
"Queue is empty\n"));