Searched refs:nfds (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | PollArrayWrapper.c | 46 ipoll(struct pollfd fds[], unsigned int nfds, int timeout) in ipoll() argument 57 int res = poll(fds, nfds, remaining); in ipoll()
|
D | linux_close.cpp | 163 int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout) { in NET_Poll() argument 164 BLOCKING_IO_RETURN_INT( ufds[0].fd, poll(ufds, nfds, timeout) ); in NET_Poll()
|
D | net_util_md.h | 59 extern int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout);
|