Home
last modified time | relevance | path

Searched refs:ff_epoll_wait (Results 1 – 3 of 3) sorted by relevance

/f-stack/lib/
H A Dff_epoll.h12 int ff_epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout);
H A Dff_epoll.c148 ff_epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in ff_epoll_wait() function
/f-stack/example/
H A Dmain_epoll.c62 int nevents = ff_epoll_wait(epfd, events, MAX_EVENTS, 0); in loop()