Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Macros | |
#define | NUM_THREADS 8 |
#define | STACK_SIZE (512 + CONFIG_TEST_EXTRA_STACKSIZE) |
Functions | |
K_THREAD_STACK_ARRAY_DEFINE (worker_stacks, 8,(512+CONFIG_TEST_EXTRA_STACKSIZE)) | |
void | worker (void *p1, void *p2, void *p3) |
void | test_deadline (void) |
void | yield_worker (void *p1, void *p2, void *p3) |
void | test_yield (void) |
void | unqueue_worker (void *p1, void *p2, void *p3) |
void | test_unqueued (void) |
Validate the behavior of dealine_set when the thread is not queued. More... | |
void | test_main (void) |
Variables | |
struct k_thread | worker_threads [8] |
k_tid_t | worker_tids [8] |
int | thread_deadlines [8] |
int | n_exec |
int | exec_order [8] |
#define NUM_THREADS 8 |
#define STACK_SIZE (512 + CONFIG_TEST_EXTRA_STACKSIZE) |
K_THREAD_STACK_ARRAY_DEFINE | ( | worker_stacks | , |
8 | , | ||
(512+CONFIG_TEST_EXTRA_STACKSIZE) | |||
) |
int exec_order[8] |
int n_exec |
int thread_deadlines[8] |
struct k_thread worker_threads[8] |
k_tid_t worker_tids[8] |