94 PTIMERAPCROUTINE pfnCompletionRoutine;
95 LPVOID lpArgToCompletionRoutine;
97#ifdef TIMER_IMPL_TIMERFD
98 struct itimerspec timeout;
101#ifdef TIMER_IMPL_POSIX
102 WINPR_EVENT_IMPL event;
104 struct itimerspec timeout;
107#ifdef TIMER_IMPL_DISPATCH
108 WINPR_EVENT_IMPL event;
109 dispatch_queue_t queue;
110 dispatch_source_t source;
115 WINPR_APC_ITEM apcItem;