Searched refs:K_PIPE_DEFINE (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.5.0/tests/benchmarks/app_kernel/src/ |
D | master.c | 58 K_PIPE_DEFINE(PIPE_NOBUFF, 0, 4); 59 K_PIPE_DEFINE(PIPE_SMALLBUFF, 256, 4); 60 K_PIPE_DEFINE(PIPE_BIGBUFF, 4096, 4);
|
/Zephyr-Core-3.5.0/tests/kernel/pipe/pipe_api/src/ |
D | test_pipe_contexts.c | 21 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-3.5.0/tests/kernel/obj_tracking/src/ |
D | main.c | 21 K_PIPE_DEFINE(pipe_s, 64, 4);
|
/Zephyr-Core-3.5.0/tests/kernel/obj_core/obj_core/src/ |
D | main.c | 29 K_PIPE_DEFINE(pipe1, 16, 8);
|
/Zephyr-Core-3.5.0/doc/kernel/services/data_passing/ |
D | pipes.rst | 80 calling :c:macro:`K_PIPE_DEFINE`. 87 K_PIPE_DEFINE(my_pipe, 100, 4);
|
/Zephyr-Core-3.5.0/tests/kernel/pipe/pipe/src/ |
D | test_pipe.c | 13 K_PIPE_DEFINE(test_pipe, 256, 4); 17 K_PIPE_DEFINE(small_pipe, 10, 4);
|
/Zephyr-Core-3.5.0/tests/kernel/mem_protect/userspace/src/ |
D | main.c | 594 K_PIPE_DEFINE(kpipe, PIPE_LEN, BYTES_TO_READ_WRITE);
|
/Zephyr-Core-3.5.0/tests/kernel/semaphore/semaphore/src/ |
D | main.c | 75 K_PIPE_DEFINE(timeout_info_pipe,
|
/Zephyr-Core-3.5.0/doc/kernel/usermode/ |
D | memory_domain.rst | 104 initialized at boot with :c:macro:`K_PIPE_DEFINE()`, or to initialize the
|
/Zephyr-Core-3.5.0/include/zephyr/ |
D | kernel.h | 4915 #define K_PIPE_DEFINE(name, pipe_buffer_size, pipe_align) \ macro
|