Home
last modified time | relevance | path

Searched refs:k_pipe_cleanup (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/kernel/pipe/deprecated/pipe_api/src/
Dtest_pipe_contexts.c194 k_pipe_cleanup(&pipe_test_alloc); in ZTEST()
197 k_pipe_cleanup(&pipe_test_alloc); in ZTEST()
216 ret = k_pipe_cleanup(&pipe_test_alloc); in ZTEST()
221 ret = k_pipe_cleanup(&kpipe); in ZTEST()
232 ret = k_pipe_cleanup(&pipe_test_alloc); in ZTEST()
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt79 72 k_pipe_cleanup pipe=%I | Returns %ErrCodePosix
/Zephyr-latest/kernel/
Duserspace.c569 k_pipe_cleanup((struct k_pipe *)ko->name); in unref_check()
Dpipes.c169 int k_pipe_cleanup(struct k_pipe *pipe) in k_pipe_cleanup() function
/Zephyr-latest/include/zephyr/
Dkernel.h5089 __deprecated int k_pipe_cleanup(struct k_pipe *pipe);
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst69 * - ``k_pipe_alloc_init(..)``, ``k_pipe_cleanup(..)``
Drelease-notes-4.1.rst167 - ``k_pipe_cleanup(..)`` API has been removed.