incubator-nuttx/drivers/pipes
dongjiuzhu1 74e032e924 drivers/pipes: fix write busy loop because POLLOUT always ready.
the size of pipes buffer +1 as compensate the full indicator

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
2023-01-31 12:45:16 +08:00
..
Kconfig pipe: Add DEV_PIPE_VFS_PATH to specify the pipe location 2022-02-05 23:37:44 +01:00
Make.defs
fifo.c fs: Move mmap callback before truncate in [file|mountpt]_operations 2023-01-04 17:43:59 +02:00
pipe.c fs: Move mmap callback before truncate in [file|mountpt]_operations 2023-01-04 17:43:59 +02:00
pipe_common.c drivers/pipes: fix write busy loop because POLLOUT always ready. 2023-01-31 12:45:16 +08:00
pipe_common.h drivers/pipe:add PIPEIOC_POLLTHRES to set POLLIN/POLLOUT threshold 2023-01-10 13:33:13 +08:00