|
Zephyr Project API
3.1.0
A Scalable Open Source RTOS
|
#include "test_queue.h"Macros | |
| #define | STACK_SIZE (512 + CONFIG_TEST_EXTRA_STACK_SIZE) |
| #define | LIST_LEN 5 |
Functions | |
| static | K_THREAD_STACK_DEFINE (child_stack,(512+CONFIG_TEST_EXTRA_STACK_SIZE)) |
| void | child_thread_get (void *p1, void *p2, void *p3) |
| void | test_queue_supv_to_user (void) |
| Verify queue elements and cancel wait from a user thread. More... | |
| void | test_queue_alloc_prepend_user (void) |
| verify allocate and feature "Last In, First Out" More... | |
| void | test_queue_alloc_append_user (void) |
| verify feature of queue "First In, First Out" More... | |
| void | test_auto_free (void) |
| Test to verify free of allocated elements of queue. More... | |
Variables | |
| static struct k_thread | child_thread |
| static ZTEST_BMEM struct qdata | qdata [5 *2] |
| #define LIST_LEN 5 |
| #define STACK_SIZE (512 + CONFIG_TEST_EXTRA_STACK_SIZE) |
| void child_thread_get | ( | void * | p1, |
| void * | p2, | ||
| void * | p3 | ||
| ) |
|
static |
|
static |
|
static |