zephyr/subsys/tracing/test
Peter Mitsis d1353a4584 kernel: pipes: add pipe flush routines
Adds two routines to flush pipe objects:
   k_pipe_flush()
     - This routine flushes the entire pipe. That includes both
     the pipe's buffer and all pended writers. It is equivalent
     to reading everything into a giant temporary buffer which
     is then discarded.
   k_pipe_buffer_flush()
     - This routine flushes only the pipe's buffer (if it exists).
     It is equivalent to reading a maximum of "buffer size" bytes
     into a temporary buffer which is then discarded.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2022-01-10 12:17:14 -05:00
..
CMakeLists.txt
tracing_string_format_test.c Tracing: k_free tracing hook heap reference added 2021-11-16 09:45:01 -05:00
tracing_test_syscall.h tracing: Automatic syscall tracing 2021-10-23 20:45:17 -04:00
tracing_test.h kernel: pipes: add pipe flush routines 2022-01-10 12:17:14 -05:00