Searched refs:ISC_EVENTCLASS_TIMER (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Deventclass.h43 #define ISC_EVENTCLASS_TIMER ISC_EVENTCLASS(1) macro
H A Dtimer.h100 #define ISC_TIMEREVENT_FIRSTEVENT (ISC_EVENTCLASS_TIMER + 0)
101 #define ISC_TIMEREVENT_TICK (ISC_EVENTCLASS_TIMER + 1)
102 #define ISC_TIMEREVENT_IDLE (ISC_EVENTCLASS_TIMER + 2)
103 #define ISC_TIMEREVENT_LIFE (ISC_EVENTCLASS_TIMER + 3)
104 #define ISC_TIMEREVENT_LASTEVENT (ISC_EVENTCLASS_TIMER + 65535)

Completed in 151 milliseconds