Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
Macros | |
#define | STACK_SIZE 1024 |
#define | NUM_THREADS 6 |
Functions | |
K_THREAD_STACK_ARRAY_DEFINE (thread_stack, 6, 1024) | |
static void | thread_entry (void *p1, void *p2, void *p3) |
ZTEST (smp_suspend_resume, test_smp_thread_suspend_resume_stress) | |
ZTEST_SUITE (smp_suspend_resume, NULL, NULL, NULL, NULL, NULL) | |
Variables | |
struct k_thread | thread [6] |
volatile uint64_t | thread_counter [6] |
#define NUM_THREADS 6 |
#define STACK_SIZE 1024 |
K_THREAD_STACK_ARRAY_DEFINE | ( | thread_stack | , |
6 | , | ||
1024 | |||
) |
|
static |
ZTEST | ( | smp_suspend_resume | , |
test_smp_thread_suspend_resume_stress | |||
) |
ZTEST_SUITE | ( | smp_suspend_resume | , |
NULL | , | ||
NULL | , | ||
NULL | , | ||
NULL | , | ||
NULL | |||
) |
struct k_thread thread[6] |
volatile uint64_t thread_counter[6] |