|
Zephyr Project API 3.7.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. | |
| void * | common_setup (void) |
| ZTEST_SUITE (common_1cpu, NULL, common_setup, ztest_simple_1cpu_before, ztest_simple_1cpu_after, NULL) | |
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 |