|
Zephyr Project API
3.3.0
A Scalable Open Source RTOS
|
Macros | |
| #define | MAX_SZ 128 |
Functions | |
| K_HEAP_DEFINE (test_pool, 128 *2) | |
| K_THREAD_STACK_DECLARE (tstack,(512+CONFIG_TEST_EXTRA_STACK_SIZE)) | |
| void * | msgq_api_setup (void) |
| ZTEST_SUITE (msgq_api, NULL, msgq_api_setup, NULL, NULL, NULL) | |
| ZTEST_SUITE (msgq_api_1cpu, NULL, msgq_api_setup, ztest_simple_1cpu_before, ztest_simple_1cpu_after, NULL) | |
Variables | |
| struct k_msgq | kmsgq |
| struct k_msgq | msgq |
| struct k_sem | end_sema |
| struct k_thread | tdata |
| #define MAX_SZ 128 |
| K_HEAP_DEFINE | ( | test_pool | , |
| 128 * | 2 | ||
| ) |
| K_THREAD_STACK_DECLARE | ( | tstack | , |
| (512+CONFIG_TEST_EXTRA_STACK_SIZE) | |||
| ) |
| void * msgq_api_setup | ( | void | ) |
| ZTEST_SUITE | ( | msgq_api | , |
| NULL | , | ||
| msgq_api_setup | , | ||
| NULL | , | ||
| NULL | , | ||
| NULL | |||
| ) |
| ZTEST_SUITE | ( | msgq_api_1cpu | , |
| NULL | , | ||
| msgq_api_setup | , | ||
| ztest_simple_1cpu_before | , | ||
| ztest_simple_1cpu_after | , | ||
| NULL | |||
| ) |
|
extern |
|
extern |
|
extern |
|
extern |