OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NET_FAILURE_RETRY
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/native/
NetFd.h
58
#define
NET_FAILURE_RETRY
(fd, exp) ({ \
libcore_io_Posix.cpp
83
*
NET_FAILURE_RETRY
("syscall", syscall(fd, ...)); // Throws on error.
86
#define
NET_FAILURE_RETRY
(syscall_name, exp) ({ \
382
jint clientFd =
NET_FAILURE_RETRY
("accept", accept(fd, peer, peerLength));
409
NET_FAILURE_RETRY
("bind", bind(fd, sa, sizeof(sockaddr_storage)));
439
NET_FAILURE_RETRY
("connect", connect(fd, sa, sizeof(sockaddr_storage)));
[
all
...]
Completed in 272 milliseconds