Searched refs:monotonic_timer (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devent-internal.h294 struct evutil_monotonic_timer monotonic_timer; member in struct:event_base
H A Depoll.c192 base->monotonic_timer.monotonic_clock == CLOCK_MONOTONIC) {
H A Devent.c366 if (evutil_gettime_monotonic_(&base->monotonic_timer, tp) == -1) {
580 evutil_configure_monotonic_time_(&base->monotonic_timer, flags);
1006 rv = evutil_gettime_monotonic_(&(base->monotonic_timer), tv);
/freebsd-12-stable/contrib/libevent/
H A Devent-internal.h294 struct evutil_monotonic_timer monotonic_timer; member in struct:event_base
H A Depoll.c192 base->monotonic_timer.monotonic_clock == CLOCK_MONOTONIC) {
H A Devent.c382 if (evutil_gettime_monotonic_(&base->monotonic_timer, tp) == -1) {
596 evutil_configure_monotonic_time_(&base->monotonic_timer, flags);
1053 rv = evutil_gettime_monotonic_(&(base->monotonic_timer), tv);

Completed in 132 milliseconds