Home | History | Annotate | Download | only in tcpdump

Lines Matching full:timer_id

122   static UINT timer_id;
1021 timer_id = timeSetEvent(1000, 100, verbose_stats_dump, 0, TIME_PERIODIC);
1092 if (timer_id)
1093 timeKillEvent(timer_id);
1094 timer_id = 0;
1366 void CALLBACK verbose_stats_dump (UINT timer_id _U_, UINT msg _U_, DWORD_PTR arg _U_,