Searched refs:clamped_timeout (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/mit/libuv/dist/src/
H A Dtimer.c71 uint64_t clamped_timeout; local
79 clamped_timeout = handle->loop->time + timeout;
80 if (clamped_timeout < timeout)
81 clamped_timeout = (uint64_t) -1;
84 handle->timeout = clamped_timeout;

Completed in 117 milliseconds