This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
drivers
/
pipes
History
Xiang Xiao
1ba065db87
drivers/pipe: Change to the block mode by file_ioctl(FIONBIO)
...
it's simpler and safer than file_fcntl(F_SETFL) Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2024-03-07 10:09:35 -03:00
..
CMakeLists.txt
build: add initial cmake build system
2023-07-08 13:50:48 +08:00
fifo.c
fs: add pipe type support to inode
2023-08-05 06:32:50 -07:00
Kconfig
…
Make.defs
…
pipe_common.c
poll: pollsetup should notify only one fd passd by caller
2023-11-21 09:07:17 +01:00
pipe_common.h
drivers/pipes: use circbuf to refine buffer model
2023-08-10 03:33:56 +08:00
pipe.c
drivers/pipe: Change to the block mode by file_ioctl(FIONBIO)
2024-03-07 10:09:35 -03:00