OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NET_Select
(Results
1 - 4
of
4
) sorted by null
/libcore/ojluni/src/main/native/
net_util_md.h
56
extern int
NET_Select
(int s, fd_set *readfds, fd_set *writefds,
78
#define
NET_Select
select
linux_close.cpp
167
int
NET_Select
(int s, fd_set *readfds, fd_set *writefds,
PlainSocketImpl.c
290
connect_rv =
NET_Select
(fd+1, 0, &wr, &ex, 0);
374
connect_rv =
NET_Select
(fd+1, 0, &wr, &ex, &t);
[
all
...]
net_util_md.c
[
all
...]
Completed in 50 milliseconds