tv_cmp
if (tv_cmp(&now, &ev->expire) >= 0)
if (tv_cmp(&t, &timeout) < 0)
if (tv_cmp(&now, &ev->expire) >= 0) {
static int tv_cmp(struct timeval const *, struct timeval const *);