rt-thread/components/libc/posix/io
zmq810150896 3f0a5e76bf
Add the system call epoll (#7893)
2023-08-01 17:15:41 +08:00
..
aio uniform code writing-disable interrupt 2022-04-20 14:22:43 +08:00
epoll Add the system call epoll (#7893) 2023-08-01 17:15:41 +08:00
eventfd Add the system call eventfd (#7835) 2023-07-27 17:24:56 +08:00
mman sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
poll [DFS] prepare for dfs_v2.0 (#7200) 2023-04-08 22:25:51 +08:00
stdio dfs v2 修改 fd_new 的 startfd 起始值为 0 ;修复 futex_wait 超时时间换算异常; (#7705) 2023-06-20 23:09:58 +08:00
termios [libc/termios]修改oflags定义与musl一致 2023-06-19 00:38:36 -04: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