Lines Matching refs:timeout
46 if (a->timeout < b->timeout)
48 if (b->timeout < a->timeout)
51 /* Compare start_id when both have the same timeout. start_id is
61 handle->timeout = 0;
69 uint64_t timeout,
79 clamped_timeout = handle->loop->time + timeout;
80 if (clamped_timeout < timeout)
84 handle->timeout = clamped_timeout;
135 if (handle->loop->time >= handle->timeout)
138 return handle->timeout - handle->loop->time;
152 if (handle->timeout <= loop->time)
155 diff = handle->timeout - loop->time;
173 if (handle->timeout > loop->time)