incubator-nuttx/drivers/pipes
Tiago Medicci Serrano d4e7fe55c7 drivers/pipe: fix blocking file_pipe
Similar to the fix introduced by
4d6a8663fa, it's necessary to set
one end of the file_pipe as non-blocking temporarily while opening
the other end to avoid it blocking unexpectedily.
2023-04-28 09:42:17 +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 drivers/pipe: fix blocking file_pipe 2023-04-28 09:42:17 +08:00
pipe_common.c drivers/pipe: make pipe and named pipe (mkfifo) POSIX-compliant 2023-04-22 01:28:33 +08:00
pipe_common.h drivers/pipe: make pipe and named pipe (mkfifo) POSIX-compliant 2023-04-22 01:28:33 +08:00