|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Macros | |
| #define | THREAD_NUM 3 |
| #define | BLOCK_SIZE 16 |
| #define | STACK_SIZE (512 + CONFIG_TEST_EXTRA_STACKSIZE) |
Functions | |
| static | K_THREAD_STACK_ARRAY_DEFINE (tstack, 3,(512+CONFIG_TEST_EXTRA_STACKSIZE)) |
| void | test_mheap_malloc_align4 (void) |
| The test validates k_calloc() API. More... | |
| static void | tmheap_handler (void *p1, void *p2, void *p3) |
| void | test_mheap_threadsafe (void) |
| Verify alloc from multiple equal priority threads. More... | |
Variables | |
| struct k_sem | sync_sema |
| static struct k_thread | tdata [3] |
| static void * | block [(1/64)] |
| #define BLOCK_SIZE 16 |
| #define STACK_SIZE (512 + CONFIG_TEST_EXTRA_STACKSIZE) |
| #define THREAD_NUM 3 |
|
static |
|
static |
| struct k_sem sync_sema |
|
static |