Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Devent.c1311 #define COMMON_TIMEOUT_MAGIC 0x50000000 macro
1322 if ((tv->tv_usec & COMMON_TIMEOUT_MASK) != COMMON_TIMEOUT_MAGIC) in is_common_timeout()
1452 duration->tv_usec | COMMON_TIMEOUT_MAGIC | in event_base_init_common_timeout()
/freebsd-13.1/contrib/libevent/
H A Devent.c1358 #define COMMON_TIMEOUT_MAGIC 0x50000000 macro
1369 if ((tv->tv_usec & COMMON_TIMEOUT_MASK) != COMMON_TIMEOUT_MAGIC) in is_common_timeout()
1499 duration->tv_usec | COMMON_TIMEOUT_MAGIC | in event_base_init_common_timeout()