incubator-nuttx/drivers/pipes
dongjiuzhu1 38c001a914 drivers/pipes: fix busyloop issue when circbuf is full
pipecommon_poll always reutrn POLLOUT when the circbuf is full.

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
2023-08-22 01:30:17 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +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: add pipe type support to inode 2023-08-05 06:32:50 -07:00
pipe.c drivers/pipes: use circbuf to refine buffer model 2023-08-10 03:33:56 +08:00
pipe_common.c drivers/pipes: fix busyloop issue when circbuf is full 2023-08-22 01:30:17 +08:00
pipe_common.h drivers/pipes: use circbuf to refine buffer model 2023-08-10 03:33:56 +08:00