|
Zephyr Project API
3.1.0
A Scalable Open Source RTOS
|
Macros | |
| #define | CPU_START_DELAY 10000 |
| #define | CPU_IPI_DELAY 100 |
| #define | STACKSZ 2048 |
Functions | |
| K_THREAD_STACK_DEFINE (thr_stack, 2048) | |
| static void | thread_fn (void *a, void *b, void *c) |
| void | test_smp_boot_delay (void) |
| void | test_post_boot_ipi (void) |
| void | test_main (void) |
Variables | |
| char | stack [2048] |
| volatile bool | mp_flag |
| struct k_thread | cpu1_thr |
| #define CPU_IPI_DELAY 100 |
| #define CPU_START_DELAY 10000 |
| #define STACKSZ 2048 |
| K_THREAD_STACK_DEFINE | ( | thr_stack | , |
| 2048 | |||
| ) |
| void test_main | ( | void | ) |
test case main entry
| void test_post_boot_ipi | ( | void | ) |
| void test_smp_boot_delay | ( | void | ) |
|
static |
| struct k_thread cpu1_thr |
| volatile bool mp_flag |
| char stack[2048] |