OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VKI_O_NONBLOCK
(Results
1 - 9
of
9
) sorted by null
/external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c
344
remote_desc = open_fifo ("read", from_gdb, VKI_O_RDONLY|
VKI_O_NONBLOCK
);
346
VG_(fcntl) (remote_desc, VKI_F_SETFL, save_fcntl_flags & ~
VKI_O_NONBLOCK
);
/external/valgrind/main/include/vki/
vki-amd64-linux.h
252
#define
VKI_O_NONBLOCK
04000
vki-arm-linux.h
250
#define
VKI_O_NONBLOCK
04000
vki-ppc32-linux.h
317
#define
VKI_O_NONBLOCK
04000
[
all
...]
vki-ppc64-linux.h
370
#define
VKI_O_NONBLOCK
04000
vki-s390x-linux.h
318
#define
VKI_O_NONBLOCK
00004000
vki-x86-linux.h
288
#define
VKI_O_NONBLOCK
04000
vki-mips32-linux.h
322
#define
VKI_O_NONBLOCK
0x0080
[
all
...]
vki-darwin.h
259
#define
VKI_O_NONBLOCK
O_NONBLOCK
Completed in 53 milliseconds