OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_nonblocking
(Results
1 - 9
of
9
) sorted by null
/external/android-clat/
tun.h
35
int
set_nonblocking
(int fd);
tun.c
67
/* function:
set_nonblocking
72
int
set_nonblocking
(int fd) {
function
clatd_microbenchmark.c
204
set_nonblocking
(fd);
209
set_nonblocking
(fd);
clatd.c
317
error =
set_nonblocking
(tunnel->fd4);
319
logmsg(ANDROID_LOG_FATAL, "
set_nonblocking
failed: %s", strerror(errno));
/libcore/ojluni/src/main/native/
Inet4AddressImpl.c
57
#define
SET_NONBLOCKING
(fd) { \
110
SET_NONBLOCKING
(fd);
285
SET_NONBLOCKING
(fd);
Inet6AddressImpl.c
136
#define
SET_NONBLOCKING
(fd) { \
188
SET_NONBLOCKING
(fd);
361
SET_NONBLOCKING
(fd);
PlainSocketImpl.c
80
#define
SET_NONBLOCKING
(fd) { \
197
SET_NONBLOCKING
(fd);
326
SET_NONBLOCKING
(fd);
[
all
...]
/external/valgrind/auxprogs/
valgrind-listener.c
109
static void
set_nonblocking
( int sd )
function
116
panic("
set_nonblocking
");
156
set_nonblocking
(sd);
valgrind-di-server.c
540
static void
set_nonblocking
( int sd )
547
panic("
set_nonblocking
");
578
//
set_nonblocking
(fd);
[
all
...]
Completed in 253 milliseconds