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()
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 on 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
70 bool "Support for UART console input expired mechanism"76 module doesn't receive any input message exceeds expired timeout, such
507 k_thread_timeslice_fn_t expired, void *data) in k_thread_time_slice_set() argument511 th->base.slice_expired = expired; in k_thread_time_slice_set()
61 - Changes should not be merged before the minimal time has expired.
1066 k_thread_timeslice_fn_t expired, void *data);
511 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