Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DPollArrayWrapper.c42 ipoll(struct pollfd fds[], unsigned int nfds, int timeout) in ipoll() argument
53 int res = poll(fds, nfds, remaining); in ipoll()
Dlinux_close.cpp166 int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout) { in NET_Poll() argument
167 BLOCKING_IO_RETURN_INT( ufds[0].fd, poll(ufds, nfds, timeout) ); in NET_Poll()
Dnet_util_md.h62 extern int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout);