Lines Matching refs:timeout
102 * Convert a relative timeout in nanoseconds into an absolute timeout,
103 * in other words, it returns current time + timeout.
109 os_time_get_absolute_timeout(uint64_t timeout);
116 * \param timeout timeout in ns, can be anything from 0 (no wait) to
121 os_wait_until_zero(volatile int *var, uint64_t timeout);
126 * The timeout is the absolute time when the waiting should stop. If it is
132 * \param timeout the time in ns when the waiting should stop
136 os_wait_until_zero_abs_timeout(volatile int *var, int64_t timeout);