Searched refs:EV_MONOT_PRECISE (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devutil_time.c231 const int precise = flags & EV_MONOT_PRECISE;
435 const int precise = flags & EV_MONOT_PRECISE;
H A Devent.c579 flags = precise_time ? EV_MONOT_PRECISE : 0;
/freebsd-12-stable/contrib/libevent/
H A Devutil_time.c269 const int precise = flags & EV_MONOT_PRECISE;
473 const int precise = flags & EV_MONOT_PRECISE;
H A Devent.c595 flags = precise_time ? EV_MONOT_PRECISE : 0;
/freebsd-12-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h313 #define EV_MONOT_PRECISE 1 macro
331 * EV_MONOT_PRECISE and EV_MONOT_FALLBACK.
/freebsd-12-stable/contrib/libevent/include/event2/
H A Dutil.h333 #define EV_MONOT_PRECISE 1 macro
360 * EV_MONOT_PRECISE and EV_MONOT_FALLBACK.
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c1293 flags |= EV_MONOT_PRECISE;
1351 flags |= EV_MONOT_PRECISE;
/freebsd-12-stable/contrib/libevent/test/
H A Dregress_util.c1293 flags |= EV_MONOT_PRECISE;
1351 flags |= EV_MONOT_PRECISE;

Completed in 199 milliseconds