Lines Matching refs:timeout
49 if (a->timeout < b->timeout)
51 if (b->timeout < a->timeout)
54 /* Compare start_id when both have the same timeout. start_id is
64 handle->timeout = 0;
72 uint64_t timeout,
82 clamped_timeout = handle->loop->time + timeout;
83 if (clamped_timeout < timeout)
87 handle->timeout = clamped_timeout;
146 if (handle->loop->time >= handle->timeout)
149 return handle->timeout - handle->loop->time;
163 if (handle->timeout <= loop->time)
166 diff = handle->timeout - loop->time;
184 if (handle->timeout > loop->time)