OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NET_Timeout
(Results
1 - 5
of
5
) sorted by null
/libcore/ojluni/src/main/native/
net_util_md.h
41
extern int
NET_Timeout
(int s, long timeout);
67
#define
NET_Timeout
JVM_Timeout
SocketInputStream.c
96
nread =
NET_Timeout
(fd, timeout);
linux_close.cpp
184
int
NET_Timeout
(int s, long timeout) {
PlainDatagramSocketImpl.c
523
int ret =
NET_Timeout
(fd, timeout);
625
int ret =
NET_Timeout
(fd, timeout);
844
int ret =
NET_Timeout
(fd, timeout);
[
all
...]
PlainSocketImpl.c
671
ret =
NET_Timeout
(fd, -1);
673
ret =
NET_Timeout
(fd, timeout);
[
all
...]
Completed in 405 milliseconds