Searched refs:evutil_monotonic_timer (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dtime-internal.h63 struct evutil_monotonic_timer { struct
89 int evutil_configure_monotonic_time_(struct evutil_monotonic_timer *mt,
91 int evutil_gettime_monotonic_(struct evutil_monotonic_timer *mt, struct timeval *tv);
H A Devutil_time.c148 adjust_monotonic_time(struct evutil_monotonic_timer *base,
165 Allocate a new struct evutil_monotonic_timer
167 struct evutil_monotonic_timer *
170 struct evutil_monotonic_timer *p = NULL;
182 Free a struct evutil_monotonic_timer
185 evutil_monotonic_timer_free(struct evutil_monotonic_timer *timer)
193 Set up a struct evutil_monotonic_timer for initial use
196 evutil_configure_monotonic_time(struct evutil_monotonic_timer *timer,
206 evutil_gettime_monotonic(struct evutil_monotonic_timer *timer,
224 evutil_configure_monotonic_time_(struct evutil_monotonic_timer *bas
[all...]
H A Devent-internal.h294 struct evutil_monotonic_timer monotonic_timer;
/freebsd-12-stable/contrib/libevent/
H A Dtime-internal.h63 struct evutil_monotonic_timer { struct
89 int evutil_configure_monotonic_time_(struct evutil_monotonic_timer *mt,
91 int evutil_gettime_monotonic_(struct evutil_monotonic_timer *mt, struct timeval *tv);
H A Devutil_time.c186 adjust_monotonic_time(struct evutil_monotonic_timer *base,
203 Allocate a new struct evutil_monotonic_timer
205 struct evutil_monotonic_timer *
208 struct evutil_monotonic_timer *p = NULL;
220 Free a struct evutil_monotonic_timer
223 evutil_monotonic_timer_free(struct evutil_monotonic_timer *timer)
231 Set up a struct evutil_monotonic_timer for initial use
234 evutil_configure_monotonic_time(struct evutil_monotonic_timer *timer,
244 evutil_gettime_monotonic(struct evutil_monotonic_timer *timer,
262 evutil_configure_monotonic_time_(struct evutil_monotonic_timer *bas
[all...]
H A Devent-internal.h294 struct evutil_monotonic_timer monotonic_timer;
/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h307 struct evutil_monotonic_timer struct
316 /** Allocate a new struct evutil_monotonic_timer for use with the
322 struct evutil_monotonic_timer * evutil_monotonic_timer_new(void);
324 /** Free a struct evutil_monotonic_timer that was allocated using
328 void evutil_monotonic_timer_free(struct evutil_monotonic_timer *timer);
330 /** Set up a struct evutil_monotonic_timer; flags can include
334 int evutil_configure_monotonic_time(struct evutil_monotonic_timer *timer,
337 /** Query the current monotonic time from a struct evutil_monotonic_timer
348 int evutil_gettime_monotonic(struct evutil_monotonic_timer *timer,
/freebsd-12-stable/contrib/libevent/include/event2/
H A Dutil.h327 struct evutil_monotonic_timer struct
345 /** Allocate a new struct evutil_monotonic_timer for use with the
351 struct evutil_monotonic_timer * evutil_monotonic_timer_new(void);
353 /** Free a struct evutil_monotonic_timer that was allocated using
357 void evutil_monotonic_timer_free(struct evutil_monotonic_timer *timer);
359 /** Set up a struct evutil_monotonic_timer; flags can include
363 int evutil_configure_monotonic_time(struct evutil_monotonic_timer *timer,
366 /** Query the current monotonic time from a struct evutil_monotonic_timer
377 int evutil_gettime_monotonic(struct evutil_monotonic_timer *timer,
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c1285 struct evutil_monotonic_timer timer;
1342 struct evutil_monotonic_timer timer;
/freebsd-12-stable/contrib/libevent/test/
H A Dregress_util.c1285 struct evutil_monotonic_timer timer;
1342 struct evutil_monotonic_timer timer;

Completed in 193 milliseconds