|
Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
Macros | |
| #define | CPU_STACK_SIZE 1024 |
Functions | |
| K_THREAD_STACK_ARRAY_DEFINE (cpu_stacks, CONFIG_MP_MAX_NUM_CPUS, 1024) | |
| FUNC_NORETURN void | cpu_fn (void *arg) |
| ZTEST (multiprocessing, test_mp_start) | |
| Test to verify CPU start. | |
| ZTEST_SUITE (multiprocessing, NULL, NULL, NULL, NULL, NULL) | |
Variables | |
| int | cpu_arg |
| volatile int | cpu_running [CONFIG_MP_MAX_NUM_CPUS] |
| #define CPU_STACK_SIZE 1024 |
| FUNC_NORETURN void cpu_fn | ( | void * | arg | ) |
| K_THREAD_STACK_ARRAY_DEFINE | ( | cpu_stacks | , |
| CONFIG_MP_MAX_NUM_CPUS | , | ||
| 1024 | |||
| ) |
| ZTEST_SUITE | ( | multiprocessing | , |
| NULL | , | ||
| NULL | , | ||
| NULL | , | ||
| NULL | , | ||
| NULL | |||
| ) |
| int cpu_arg |
| volatile int cpu_running[CONFIG_MP_MAX_NUM_CPUS] |