Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
main.c File Reference
#include <zephyr/ztest.h>

Functions

static void * pipe_setup (void)
 
 ZTEST_SUITE (pipe, NULL, pipe_setup, NULL, NULL, NULL)
 

Variables

struct k_pipe test_pipe
 
struct k_pipe small_pipe
 
struct k_sem put_sem get_sem sync_sem multiple_send_sem
 
struct k_stack stack_1
 
struct k_thread get_single_tid
 

Function Documentation

◆ pipe_setup()

static void * pipe_setup ( void )
static

◆ ZTEST_SUITE()

ZTEST_SUITE ( pipe ,
NULL ,
pipe_setup ,
NULL ,
NULL ,
NULL  )

Variable Documentation

◆ get_single_tid

struct k_thread get_single_tid
extern

◆ multiple_send_sem

struct k_sem put_sem get_sem sync_sem multiple_send_sem
extern

◆ small_pipe

struct k_pipe small_pipe
extern

◆ stack_1

struct k_stack stack_1
extern

◆ test_pipe

struct k_pipe test_pipe
extern