Home
last modified time | relevance | path

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

/freebsd/contrib/libbegemot/
H A Drpoll.c93 typedef int64_t tval_t; typedef
95 static inline tval_t GETUSECS(void);
97 static inline tval_t
102 return (tval_t)tval.tv_sec * 1000000 + tval.tv_usec; in GETUSECS()
166 tval_t when; /* next time to trigger in usecs! */
495 tval_t now; in poll_dispatch()
496 tval_t tout; in poll_dispatch()