Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
#include "test_fifo.h"
Macros | |
#define | STACK_SIZE (512 + CONFIG_TEST_EXTRA_STACK_SIZE) |
#define | LIST_LEN 2 |
Functions | |
K_FIFO_DEFINE (kfifo_c) | |
TESTPOINT: init via K_FIFO_DEFINE. | |
static | K_THREAD_STACK_DEFINE (tstack,(512+CONFIG_TEST_EXTRA_STACK_SIZE)) |
static void | t_cancel_wait_entry (void *p1, void *p2, void *p3) |
static void | tfifo_thread_thread (struct k_fifo *pfifo) |
ZTEST (fifo_api_1cpu, test_fifo_cancel_wait) | |
Test cancel waiting on a FIFO queue. | |
Variables | |
struct k_fifo | fifo_c |
static struct k_thread | thread |
#define LIST_LEN 2 |
#define STACK_SIZE (512 + CONFIG_TEST_EXTRA_STACK_SIZE) |
K_FIFO_DEFINE | ( | kfifo_c | ) |
TESTPOINT: init via K_FIFO_DEFINE.
|
static |
|
static |
|
static |
struct k_fifo fifo_c |
|
static |