Home
last modified time | relevance | path

Searched refs:epoll (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/epoll/
A DREADME.md1 @page epoll epoll
6 epoll实现了linux兼容的高效的IO多路复用机制epoll.
23 │   ├── epoll.h # 对外头文件
32 ├── epoll.c # epoll接口实现
47 > 配置是否支持标准epoll接口:
53 epoll接口定义与linux的epoll兼容,可参考linux相关文档:
76 - epoll: master # helloworld_demo中引入epoll组件
85 aos install epoll
89 上述命令执行成功后,组件源码则被下载到了./components/epoll
93epoll组件的package.yaml中添加[example示例代码](https://gitee.com/alios-things/epoll/tree/master/example):
[all …]
/AliOS-Things-master/components/drivers/peripheral/flash/
A DREADME.md50 * epoll # 增强型多路复用IO接口 - epoll机制所在库
/AliOS-Things-master/components/epoll/include/private/
A Depoll_inner.h54 epoll_dev_t *epoll; member
/AliOS-Things-master/components/epoll/example/
A Depoll_example.c75 ALIOS_CLI_CMD_REGISTER(epoll_comp_example, epoll_example, epoll API base example)
/AliOS-Things-master/components/drivers/peripheral/i2c/
A DREADME.md38 * epoll # 增强型多路复用IO接口 - epoll机制所在库
/AliOS-Things-master/components/epoll/src/
A Ddevice.c44 pdev = item->epoll; in lwip_epoll_notify()
76 pdev = item->epoll; in vfs_epoll_notify()
235 item->epoll = dev; in epoll_set_item()
/AliOS-Things-master/documentation/manual/
A Dcomponent.md39 @subpage epoll \n
/AliOS-Things-master/documentation/doxygen/
A DDoxyfile-AOS890 ../../components/epoll/README.md \
1085 ../../components/epoll/example \

Completed in 26 milliseconds