Searched defs:dvp (Results 1 - 1 of 1) sorted by path

/external/chromium/third_party/libevent/
H A Ddevpoll.c217 struct dvpoll dvp; local
227 dvp.dp_fds = devpollop->events;
228 dvp.dp_nfds = devpollop->nevents;
229 dvp.dp_timeout = timeout;
231 res = ioctl(devpollop->dpfd, DP_POLL, &dvp);

Completed in 87 milliseconds