Searched refs:expires (Results 1 – 14 of 14) sorted by relevance
67 uint64_t expires = now + MAX(ticks - 1, 0) * CYC_PER_TICK; in sys_clock_set_timeout() local69 expires = last_announce + (((expires - last_announce + CYC_PER_TICK - 1) in sys_clock_set_timeout()80 if (ticks == K_TICKS_FOREVER || expires < last_announce) { in sys_clock_set_timeout()81 expires = UINT64_MAX; in sys_clock_set_timeout()84 wrmsr(IA32_TSC_DEADLINE_MSR, expires); in sys_clock_set_timeout()
25 expires for the first time. This is a ``k_timeout_t`` value that36 * An **expiry function** that is executed each time the timer expires.62 When a running timer expires its status is incremented83 The amount of time remaining before the timer expires can also be read;154 /* start periodic timer that expires once every second */169 /* start one shot timer that expires after 200 ms */200 /* start one shot timer that expires after 500 ms */
44 the number of seconds until the timeout expires. This may be used to
85 If the timer expires before the threshold is reached, an interrupt is
39 - 1. Count the number of calls to _tick_get_32() before a tick expires.
173 how Zephyr reboots after the watchdog timeout expires.
65 message. If the BLOB Transfer Client does not send a message before the transfer timer expires, the
185 period expires.192 between notifications. When this time period expires a notification
401 When this fake HW timer expires the CPU will be waken with a special
90 will block the calling thread until either the timeout expires, the target
262 delayable items, but if the queue is plugged and the deadline expires the
911 PollTimeout timer expires, then the friendship is considered
748 * :github:`25820` - kernel: k_timer_start(timer, K_FOREVER, K_NO_WAIT) expires immediately
1145 * :github:`15216` - k_sleep() expires sooner than expected on STM32F4 (Cortex M4)