Searched refs:NET_Select (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | net_util_md.h | 63 extern int NET_Select(int s, fd_set *readfds, fd_set *writefds, 84 #define NET_Select select macro
|
D | linux_close.cpp | 174 int NET_Select(int s, fd_set *readfds, fd_set *writefds, in NET_Select() function
|
D | net_util_md.c | 1399 read_rv = NET_Select(fd+1, &rd, &wr, &ex, &t);
|