Home
last modified time | relevance | path

Searched refs:cached_time_base (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/libevent/test/
H A Dregress.c3194 static struct event_base *cached_time_base = NULL; variable
3201 tt_int_op(0, ==, event_base_gettimeofday_cached(cached_time_base, tv)); in cache_time_cb()
3207 event_base_update_cache_time(cached_time_base); in cache_time_cb()
3227 cached_time_base = base = event_base_new_with_config(cfg); in test_gettimeofday_cached()
/freebsd-12.1/contrib/ntp/sntp/libevent/test/
H A Dregress.c3063 static struct event_base *cached_time_base = NULL; variable
3070 tt_int_op(0, ==, event_base_gettimeofday_cached(cached_time_base, tv)); in cache_time_cb()
3076 event_base_update_cache_time(cached_time_base); in cache_time_cb()
3096 cached_time_base = base = event_base_new_with_config(cfg); in test_gettimeofday_cached()