Searched refs:epoll_ctl (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/epoll/example/ |
A D | epoll_example.c | 40 ret = epoll_ctl(epoll_fd, EPOLL_CTL_ADD, test_fd, &event); in epoll_example()
|
/AliOS-Things-master/components/epoll/include/ |
A D | epoll.h | 76 static inline int epoll_ctl(int epid, int op, int sockid, struct epoll_event *event) in epoll_ctl() function
|
/AliOS-Things-master/components/drivers/peripheral/spi/example/ |
A D | spi_example.c | 39 ret = epoll_ctl(epfd, EPOLL_CTL_ADD, fd, &ev); in vfs_spi_test()
|
/AliOS-Things-master/components/drivers/peripheral/flash/example/ |
A D | flash_example.c | 50 ret = epoll_ctl(epfd, EPOLL_CTL_ADD, fd, &ev); in vfs_flash_test()
|
Completed in 9 milliseconds