Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_test_build.c28 epoll_wait(int epfd, struct epoll_event *events, int nevents, int timeout) in epoll_wait() function
H A Dnxt_test_build.h84 int epoll_wait(int epfd, struct epoll_event *events, int nevents, int timeout);
H A Dnxt_epoll_engine.c895 nevents = epoll_wait(engine->u.epoll.fd, engine->u.epoll.events, in nxt_epoll_poll()