Searched refs:expired (Results 1 – 13 of 13) sorted by relevance
41 bool expired = atomic_test_bit(&usbc_timer->flags, TIMER_EXPIRED); in usbc_timer_expired() local43 if (started & expired) { in usbc_timer_expired()
91 k_thread_timeslice_fn_t expired, void *data) in k_thread_time_slice_set() argument95 thread->base.slice_expired = expired; in k_thread_time_slice_set()
493 volatile bool expired; in ZTEST() local527 expired = false; in ZTEST()529 tight_rescheduling_handler, (void *)&expired); in ZTEST()531 while (!expired && in ZTEST()536 zassert_true(expired, in ZTEST()
44 * A **status** value that indicates how many times the timer has expired81 the timer has expired since its status was last read.88 (indicating that it has expired at least once) or the timer is stopped;161 if the timer has expired or not.177 /* timer has expired */206 /* ensure timer has expired (waiting for expiry, if necessary) */
19 timeout is checked may be some time after it should have expired. Handling
69 bool "Support for UART console input expired mechanism"75 module doesn't receive any input message exceeds expired timeout, such
62 - Changes should not be merged before the minimal time has expired.
1160 k_thread_timeslice_fn_t expired, void *data);
617 payload numbers that are expired (will be dropped), if the TX SDU
470 * :github:`21102` - Slack link at https://www.zephyrproject.org/ is expired
1418 * :github:`12264` - kernel: poll: outdated check for expired timeout
314 when a thread timeslice has expired. The intent is that this will
3408 * :github:`51247` - Bluetooth: RPA expired callback inconsistently called