HomeSort by relevance Sort by last modified time
    Searched defs:epfd (Results 1 - 3 of 3) sorted by null

  /external/chromium/third_party/libevent/
epoll.c 69 int epfd; member in struct:epollop
112 int epfd; local
120 if ((epfd = epoll_create(32000)) == -1) {
126 FD_CLOSEONEXEC(epfd);
131 epollop->epfd = epfd;
198 res = epoll_wait(epollop->epfd, events, epollop->nevents, timeout);
299 if (epoll_ctl(epollop->epfd, op, ev->ev_fd, &epev) == -1)
356 if (epoll_ctl(epollop->epfd, op, fd, &epev) == -1)
372 if (epollop->epfd >= 0
    [all...]
  /external/chromium_org/third_party/libevent/
epoll.c 69 int epfd; member in struct:epollop
112 int epfd; local
120 if ((epfd = epoll_create(32000)) == -1) {
126 FD_CLOSEONEXEC(epfd);
131 epollop->epfd = epfd;
198 res = epoll_wait(epollop->epfd, events, epollop->nevents, timeout);
299 if (epoll_ctl(epollop->epfd, op, ev->ev_fd, &epev) == -1)
356 if (epoll_ctl(epollop->epfd, op, fd, &epev) == -1)
372 if (epollop->epfd >= 0
    [all...]
  /external/chromium_org/third_party/gpsd/release-3.1/
gps.h 918 unsigned int epfd; /* type of position fix device * member in struct:ais_t::__anon13100::__anon13102
935 unsigned int epfd; \/* type of position fix deviuce *\/ member in struct:ais_t::__anon13100::__anon13103
1348 unsigned int epfd; \/* type of position fix deviuce *\/ member in struct:ais_t::__anon13100::__anon13131
1385 unsigned int epfd; \/* type of EPFD *\/ member in struct:ais_t::__anon13100::__anon13133
    [all...]

Completed in 673 milliseconds