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

/freebsd-13-stable/contrib/libevent/include/event2/
H A Devent.h573 EVENT_BASE_FLAG_PRECISE_TIMER = 0x20 enumerator in enum:event_base_config_flag
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Devent.h573 EVENT_BASE_FLAG_PRECISE_TIMER = 0x20 enumerator in enum:event_base_config_flag
/freebsd-13-stable/contrib/libevent/
H A Depoll.c191 if ((base->flags & EVENT_BASE_FLAG_PRECISE_TIMER) &&
H A Devent.c589 cfg && (cfg->flags & EVENT_BASE_FLAG_PRECISE_TIMER);
593 base->flags |= EVENT_BASE_FLAG_PRECISE_TIMER;
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Depoll.c191 if ((base->flags & EVENT_BASE_FLAG_PRECISE_TIMER) &&
H A Devent.c573 cfg && (cfg->flags & EVENT_BASE_FLAG_PRECISE_TIMER);
577 base->flags |= EVENT_BASE_FLAG_PRECISE_TIMER;

Completed in 191 milliseconds