Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
Timeout Order

Functions

void test_timeout_order (void)
 Test timeout ordering.
 

Detailed Description

Function Documentation

◆ test_timeout_order()

void test_timeout_order ( void )

#include </home/runner/work/safety-doc/zephyr/tests/kernel/common/src/timeout_order.c>

Test timeout ordering.

Timeouts, when expiring on the same tick, should be handled in the same order they were queued.

See also
k_timer_start()