timeout_pending
#define timeout_pending(ev, tv) event_pending(ev, EV_TIMEOUT, tv)
#define timeout_pending(to) ((to)->to_flags & TIMEOUT_ONQUEUE)