|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Macros | |
| #define | NUM_TIMEOUTS 3 |
| #define | STACKSIZE (512 + CONFIG_TEST_EXTRA_STACKSIZE) |
Functions | |
| static void | thread (void *p1, void *p2, void *p3) |
| static | K_THREAD_STACK_ARRAY_DEFINE (stacks, 3,(512+CONFIG_TEST_EXTRA_STACKSIZE)) |
| void | test_timeout_order (void) |
| Test timeout ordering. More... | |
Variables | |
| static struct k_timer | timer [3] |
| static struct k_sem | sem [3] |
| static int | results [3] |
| static int | cur |
| static struct k_thread | threads [3] |
| #define NUM_TIMEOUTS 3 |
| #define STACKSIZE (512 + CONFIG_TEST_EXTRA_STACKSIZE) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |