rt-thread-official/components/libc/posix/io
Troy 946dd264ed Add comments for all functions in components/libc/posix/io/termios/termios.c 2024-04-26 23:13:27 -04:00
..
aio Fix the issue of incorrect return of invalid parameters in aio_write 2024-03-27 22:58:54 -04:00
epoll [libc][posix/io] add comments 2024-04-01 23:18:15 -04:00
eventfd Add comments for all functions in components/libc/posix/io/eventfd/eventfd.c 2024-03-28 21:28:46 -04:00
mman [libc][posix/io] add comments 2024-04-01 23:18:15 -04:00
poll [libc] add some posix function comments 2024-04-09 18:11:34 -04:00
signalfd [libc] add some posix function comments 2024-04-09 18:11:34 -04:00
stdio [libc][newlib] __sdidinit is obselete 2023-08-17 02:22:53 -04:00
termios Add comments for all functions in components/libc/posix/io/termios/termios.c 2024-04-26 23:13:27 -04: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