Home
last modified time | relevance | path

Searched refs:ff_epoll_ctl (Results 1 – 4 of 4) sorted by relevance

/f-stack/example/
H A Dmain_epoll.c77 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 Dff_epoll.h11 int ff_epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);
H A Dff_epoll.c31 ff_epoll_ctl(int epfd, int op, int fd, struct epoll_event *event) in ff_epoll_ctl() function
/f-stack/doc/
H A DF-Stack_API_Reference.md173 int ff_epoll_ctl(int epfd, int op, int fd, struct epoll_event *event);