Home
last modified time | relevance | path

Searched refs:K_PIPE_DEFINE (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-2.7.6/tests/benchmarks/app_kernel/src/
Dmaster.c60 K_PIPE_DEFINE(PIPE_NOBUFF, 0, 4);
61 K_PIPE_DEFINE(PIPE_SMALLBUFF, 256, 4);
62 K_PIPE_DEFINE(PIPE_BIGBUFF, 4096, 4);
/Zephyr-Core-2.7.6/tests/kernel/pipe/pipe_api/src/
Dtest_pipe_contexts.c21 K_PIPE_DEFINE(kpipe, PIPE_LEN, 4);
22 K_PIPE_DEFINE(khalfpipe, (PIPE_LEN / 2), 4);
23 K_PIPE_DEFINE(kpipe1, PIPE_LEN, 4);
24 K_PIPE_DEFINE(pipe_test_alloc, PIPE_LEN, 4);
25 K_PIPE_DEFINE(ksmallpipe, 10, 2);
/Zephyr-Core-2.7.6/doc/reference/kernel/data_passing/
Dpipes.rst71 calling :c:macro:`K_PIPE_DEFINE`.
78 K_PIPE_DEFINE(my_pipe, 100, 4);
/Zephyr-Core-2.7.6/tests/kernel/mem_protect/userspace/src/
Dmain.c595 K_PIPE_DEFINE(kpipe, PIPE_LEN, BYTES_TO_READ_WRITE);
/Zephyr-Core-2.7.6/tests/kernel/pipe/pipe/src/
Dtest_pipe.c13 K_PIPE_DEFINE(test_pipe, 256, 4);
/Zephyr-Core-2.7.6/tests/kernel/semaphore/semaphore/src/
Dmain.c81 K_PIPE_DEFINE(timeout_info_pipe,
/Zephyr-Core-2.7.6/include/
Dkernel.h4644 #define K_PIPE_DEFINE(name, pipe_buffer_size, pipe_align) \ macro
/Zephyr-Core-2.7.6/doc/reference/usermode/
Dmemory_domain.rst104 initialized at boot with :c:macro:`K_PIPE_DEFINE()`, or to initialize the