Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Macros | |
#define | THREAD_NUM 3 |
#define | STACK_SIZE (512 + CONFIG_TEST_EXTRA_STACKSIZE) |
Functions | |
K_MEM_SLAB_DEFINE (mslab1, 16, 3, 8) | |
static | K_THREAD_STACK_ARRAY_DEFINE (tstack, 3,(512+CONFIG_TEST_EXTRA_STACKSIZE)) |
void | tmslab_alloc_wait_timeout (void *p1, void *p2, void *p3) |
void | tmslab_alloc_wait_ok (void *p1, void *p2, void *p3) |
void | test_mslab_alloc_wait_prio (void) |
Verify alloc with multiple threads. More... | |
Variables | |
static struct k_thread | tdata [3] |
static struct k_sem | sync_sema |
static void * | block_ok |
#define STACK_SIZE (512 + CONFIG_TEST_EXTRA_STACKSIZE) |
#define THREAD_NUM 3 |
K_MEM_SLAB_DEFINE | ( | mslab1 | , |
16 | , | ||
3 | , | ||
8 | |||
) |
|
static |
|
static |
|
static |
|
static |