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