Lines Matching +full:long +full:- +full:delay +full:- +full:ms
11 * SPDX-License-Identifier: Apache-2.0
18 * @brief Network long timeout primitives and helpers
19 * @defgroup net_timeout Network long timeout primitives and helpers
36 /** @brief Divisor used to support ms resolution timeouts.
44 * The simplest solution is to use the native conversion of the well-defined
45 * 32-bit unsigned difference to a 32-bit signed difference, which caps the
46 * maximum delay at INT32_MAX. This is compatible with the standard mechanism
102 /** @brief Return the 64-bit system time at which the timeout will complete.
110 * @param now the full-precision value of k_uptime_get() relative to which the
138 /** @brief Update state to reflect elapsed time and get new delay.
141 * elapsed time on what remains of a total delay that exceeded the maximum
142 * representable delay, and (2) determine that either the timeout has
153 * @retval positive the maximum delay until the state of this timeout should
154 * be re-evaluated, in milliseconds.