Home
last modified time | relevance | path

Searched refs:ufds (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/native/
Dlinux_close.cpp163 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()
Dnet_util_md.h59 extern int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout);