4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-03-05 16:55:33 +08:00

5 Commits

Author SHA1 Message Date
heyuanjie87
d948dba42a
update select.c 2018-08-12 20:41:56 +08:00
heyuanjie
fd209cb880 [lwp]添加select系统调用 2018-08-12 20:26:16 +08:00
aozima
108a1434cd [LWIP] fixed select issues: pollset need clean. 2017-12-14 17:04:56 +08:00
bernard
8a38307e2c [libc] Add RT_USING_POSIX macro.
1. Add macro check in rtdebug.h;
2. Use RT_USING_POSIX for poll/select, stdin etc.
3. Split dfs_posix.h to dfs_posix.h, dfs_poll.h and dfs_select.h;
2017-10-17 22:27:06 +08:00
bernard
0f5a68a55e [dfs] add poll/select
1. Add poll/select APIs;
2. Add wait queue implementation;
3. Remove DFS_STATUS_* code and use errno;
4. Add pipe API;
5. Use a standalone fops in DFS;
2017-10-15 22:44:53 +08:00