Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
#include <zephyr/ztest.h>
Functions | |
static void * | pipe_api_setup (void) |
ZTEST_SUITE (pipe_api, NULL, pipe_api_setup, NULL, NULL, NULL) | |
ZTEST_SUITE (pipe_api_1cpu, NULL, pipe_api_setup, ztest_simple_1cpu_before, ztest_simple_1cpu_after, NULL) | |
Variables | |
struct k_pipe pipe kpipe khalfpipe | put_get_pipe |
struct k_sem | end_sema |
struct k_stack | tstack |
struct k_thread | tdata |
struct k_heap | test_pool |
|
static |
ZTEST_SUITE | ( | pipe_api | , |
NULL | , | ||
pipe_api_setup | , | ||
NULL | , | ||
NULL | , | ||
NULL | |||
) |
ZTEST_SUITE | ( | pipe_api_1cpu | , |
NULL | , | ||
pipe_api_setup | , | ||
ztest_simple_1cpu_before | , | ||
ztest_simple_1cpu_after | , | ||
NULL | |||
) |
|
extern |
|
extern |
|
extern |
|
extern |