|
Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
Macros | |
| #define | NUM_TIMEOUTS 3 |
| #define | STACKSIZE (512 + CONFIG_TEST_EXTRA_STACK_SIZE) |
Functions | |
| static void | thread (void *p1, void *p2, void *p3) |
| static | K_THREAD_STACK_ARRAY_DEFINE (stacks, 3,(512+CONFIG_TEST_EXTRA_STACK_SIZE)) |
| ZTEST (common_1cpu, test_timeout_order) | |
| 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_STACK_SIZE) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |