rt-thread/components/libc/posix/io
Troy 7e492fc37c Add comments for all functions in components/libc/posix/io/eventfd/eventfd.c 2024-03-28 21:28:46 -04:00
..
aio Fix the issue of incorrect return of invalid parameters in aio_write 2024-03-27 22:58:54 -04:00
epoll sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
eventfd Add comments for all functions in components/libc/posix/io/eventfd/eventfd.c 2024-03-28 21:28:46 -04:00
mman sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
poll sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
signalfd [sys_bind] [signalfd] update (#8507) 2024-01-26 22:14:02 +08:00
stdio [libc][newlib] __sdidinit is obselete 2023-08-17 02:22:53 -04:00
termios sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
timerfd Update epoll and timerfd (#8330) 2023-12-21 11:17:59 +08:00
README.md [posix][io]整理posix/io文件夹 (#5539) 2022-01-24 09:16:57 +08:00
SConscript [posix][io]整理posix/io文件夹 (#5539) 2022-01-24 09:16:57 +08:00

README.md

This folder contains:

sub-folders description
aio Asynchronous I/O
mman Memory-Mapped I/O
poll Nonblocking I/O
stdio Standard Input/Output I/O
termios Terminal I/O