Home
last modified time | relevance | path

Searched refs:EVENT_BASE_FLAG_PRECISE_TIMER (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Devent.h573 EVENT_BASE_FLAG_PRECISE_TIMER = 0x20 enumerator
/freebsd/contrib/libevent/include/event2/
H A Devent.h573 EVENT_BASE_FLAG_PRECISE_TIMER = 0x20 enumerator
/freebsd/contrib/ntp/sntp/libevent/
H A Depoll.c191 if ((base->flags & EVENT_BASE_FLAG_PRECISE_TIMER) && in epoll_init()
H A Dwhatsnew-2.1.txt83 precise timers, use the EVENT_BASE_FLAG_PRECISE_TIMER flag when
587 new EVENT_BASE_FLAG_PRECISE_TIMER flag when setting up your event base.
H A Devent.c629 cfg && (cfg->flags & EVENT_BASE_FLAG_PRECISE_TIMER); in event_base_new_with_config()
634 base->flags |= EVENT_BASE_FLAG_PRECISE_TIMER; in event_base_new_with_config()
H A DChangeLog211 o If precise_time is false, we should not set EVENT_BASE_FLAG_PRECISE_TIMER (27dee54d)
1311 o EVENT_BASE_FLAG_PRECISE_TIMER indicates we want fine timer precision
/freebsd/contrib/libevent/
H A Depoll.c191 if ((base->flags & EVENT_BASE_FLAG_PRECISE_TIMER) && in epoll_init()
H A Dwhatsnew-2.1.txt83 precise timers, use the EVENT_BASE_FLAG_PRECISE_TIMER flag when
587 new EVENT_BASE_FLAG_PRECISE_TIMER flag when setting up your event base.
H A Devent.c629 cfg && (cfg->flags & EVENT_BASE_FLAG_PRECISE_TIMER); in event_base_new_with_config()
634 base->flags |= EVENT_BASE_FLAG_PRECISE_TIMER; in event_base_new_with_config()
H A DChangeLog211 o If precise_time is false, we should not set EVENT_BASE_FLAG_PRECISE_TIMER (27dee54d)
1311 o EVENT_BASE_FLAG_PRECISE_TIMER indicates we want fine timer precision
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dtest-ratelim.c291 if (event_config_set_flag(cfg, EVENT_BASE_FLAG_PRECISE_TIMER)) in timer_bias_calculate()
/freebsd/contrib/libevent/test/
H A Dtest-ratelim.c291 if (event_config_set_flag(cfg, EVENT_BASE_FLAG_PRECISE_TIMER)) in timer_bias_calculate()