OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_blocking
(Results
1 - 4
of
4
) sorted by null
/libcore/ojluni/src/main/native/
PlainSocketImpl.c
86
#define
SET_BLOCKING
(fd) { \
339
SET_BLOCKING
(fd);
409
SET_BLOCKING
(fd);
423
SET_BLOCKING
(fd);
697
SET_BLOCKING
(newfd);
[
all
...]
/external/valgrind/auxprogs/
valgrind-listener.c
120
static void
set_blocking
( int sd )
function
127
panic("
set_blocking
");
151
set_blocking
(sd);
valgrind-di-server.c
527
static void
set_blocking
( int sd )
function
534
panic("
set_blocking
");
559
//
set_blocking
(fd);
[
all
...]
/external/valgrind/coregrind/m_debuginfo/
image.c
142
static Bool
set_blocking
( int sd )
function
675
if (!
set_blocking
(sd))
[
all
...]
Completed in 663 milliseconds