OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NET_FAILURE_RETRY
(Results
1 - 3
of
3
) sorted by null
/external/conscrypt/common/src/jni/unbundled/include/
NetFd.h
59
#define
NET_FAILURE_RETRY
(fd, exp) \
/libcore/luni/src/main/native/
NetFd.h
60
#define
NET_FAILURE_RETRY
(fd, exp) ({ \
libcore_io_Linux.cpp
123
_rc =
NET_FAILURE_RETRY
(jni_env, return_type, syscall_name, java_fd, ##args, _sa, _salen); \
132
_rc =
NET_FAILURE_RETRY
(jni_env, return_type, syscall_name, java_fd, ##args, _sa, _salen); \
148
#define
NET_FAILURE_RETRY
(jni_env, return_type, syscall_name, java_fd, ...) ({ \
[
all
...]
Completed in 1050 milliseconds