rt-thread-official/components/libc/posix/io
xqyjlj 3283f54c7a
🎈 perf: perf rt_hw_interrupt_disable/enable (#8042)
Signed-off-by: Shell <smokewood@qq.com>
Co-authored-by: Shell <smokewood@qq.com>
2023-10-25 20:31:25 +08:00
..
aio uniform code writing-disable interrupt 2022-04-20 14:22:43 +08:00
epoll Adapt rt_channel, increase the generality of some rt_channel functionality on dfs v2, and standardize signalfd (#8047) 2023-09-20 07:54:11 +08:00
eventfd Sync dfs lwp (#8123) 2023-10-17 13:07:59 +08:00
mman sync branch rt-smart. (#6641) 2022-12-03 12:07:44 +08:00
poll 🎈 perf: perf rt_hw_interrupt_disable/enable (#8042) 2023-10-25 20:31:25 +08:00
signalfd Add the system call timerfd and update SConscript for signalfd (#8067) 2023-09-23 14:18:29 +08:00
stdio [libc][newlib] __sdidinit is obselete 2023-08-17 02:22:53 -04:00
termios [libc/termios]修改oflags定义与musl一致 2023-06-19 00:38:36 -04:00
timerfd Fixed issues with timerfd (#8102) 2023-10-13 19:20:50 +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