Searched refs:ff_epoll_ctl (Results 1 – 4 of 4) sorted by relevance
| /f-stack/example/ |
| H A D | main_epoll.c | 77 if (ff_epoll_ctl(epfd, EPOLL_CTL_ADD, nclientfd, &ev) != 0) { in loop() 86 ff_epoll_ctl(epfd, EPOLL_CTL_DEL, events[i].data.fd, NULL); in loop() 94 ff_epoll_ctl(epfd, EPOLL_CTL_DEL, events[i].data.fd, NULL); in loop() 139 ff_epoll_ctl(epfd, EPOLL_CTL_ADD, sockfd, &ev); in main()
|
| /f-stack/lib/ |
| H A D | ff_epoll.h | 11 int ff_epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
|
| H A D | ff_epoll.c | 31 ff_epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) in ff_epoll_ctl() function
|
| /f-stack/doc/ |
| H A D | F-Stack_API_Reference.md | 173 int ff_epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
|