Home
last modified time | relevance | path

Searched refs:K_PIPE_FLAG_ALLOC (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/kernel/
Dpipes.c74 pipe->flags = K_PIPE_FLAG_ALLOC; in z_impl_k_pipe_alloc_init()
174 if ((pipe->flags & K_PIPE_FLAG_ALLOC) != 0U) { in k_pipe_cleanup()
187 pipe->flags &= ~K_PIPE_FLAG_ALLOC; in k_pipe_cleanup()
/Zephyr-latest/include/zephyr/
Dkernel.h5022 #define K_PIPE_FLAG_ALLOC BIT(0) /** Buffer was allocated */ macro