Home | History | Annotate | Download | only in util

Lines Matching refs:timeout

90  * Convert a relative timeout in nanoseconds into an absolute timeout,
91 * in other words, it returns current time + timeout.
97 os_time_get_absolute_timeout(uint64_t timeout);
104 * \param timeout timeout in ns, can be anything from 0 (no wait) to
109 os_wait_until_zero(volatile int *var, uint64_t timeout);
114 * The timeout is the absolute time when the waiting should stop. If it is
120 * \param timeout the time in ns when the waiting should stop
124 os_wait_until_zero_abs_timeout(volatile int *var, int64_t timeout);