Searched defs:epoll_fd (Results 1 - 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/epoll/
H A Depoll-ltp.c43 Next run epoll_ctl on that fd (epoll_fd) with a variety of
174 #define PROTECT_FUNC(fn, errval, epoll_fd) ( \
182 return fn(epoll_fd); \
205 int epoll_fd = -1; local
215 epoll_fd = epoll_create(fd_set_size);
216 if (epoll_fd >= 0) {
220 close(epoll_fd);
238 epoll_fd = epoll_create(fd_set_size);
239 if (epoll_fd == -1) {
254 close(epoll_fd);
387 test_epoll_ctl(int epoll_fd) argument
[all...]
/external/libmicrohttpd/src/microhttpd/
H A Dinternal.h1132 int epoll_fd; member in struct:MHD_Daemon

Completed in 78 milliseconds