|
static | K_THREAD_STACK_DEFINE (child_stack,(512+CONFIG_TEST_EXTRA_STACKSIZE)) |
|
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...
|
|