Searched refs:tval_t (Results 1 – 1 of 1) sorted by relevance
93 typedef int64_t tval_t; typedef95 static inline tval_t GETUSECS(void);97 static inline tval_t102 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()