Home
last modified time | relevance | path

Searched refs:timer_handle (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dtcpdump.c279 static HANDLE timer_handle = INVALID_HANDLE_VALUE; variable
2468 CreateTimerQueueTimer(&timer_handle, NULL, in main()
2673 if (timer_handle != INVALID_HANDLE_VALUE) { in cleanup()
2674 DeleteTimerQueueTimer(NULL, timer_handle, NULL); in cleanup()
2675 CloseHandle(timer_handle); in cleanup()
2676 timer_handle = INVALID_HANDLE_VALUE; in cleanup()