Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:timer_id

198   static UINT timer_id;
1960 timer_id = timeSetEvent(1000, 100, verbose_stats_dump, 0, TIME_PERIODIC);
2124 if (timer_id)
2125 timeKillEvent(timer_id);
2126 timer_id = 0;
2545 void CALLBACK verbose_stats_dump (UINT timer_id _U_, UINT msg _U_, DWORD_PTR arg _U_,