Home
last modified time | relevance | path

Searched refs:VKI_O_NONBLOCK (Results 1 – 15 of 15) sorted by relevance

/external/valgrind/include/vki/
Dvki-arm64-linux.h227 #define VKI_O_NONBLOCK 04000 macro
Dvki-amd64-linux.h254 #define VKI_O_NONBLOCK 04000 macro
Dvki-tilegx-linux.h227 #define VKI_O_NONBLOCK 04000 macro
Dvki-s390x-linux.h324 #define VKI_O_NONBLOCK 00004000 macro
Dvki-ppc64-linux.h373 #define VKI_O_NONBLOCK 04000 macro
Dvki-ppc32-linux.h318 #define VKI_O_NONBLOCK 04000 macro
Dvki-x86-linux.h289 #define VKI_O_NONBLOCK 04000 macro
Dvki-arm-linux.h251 #define VKI_O_NONBLOCK 04000 macro
Dvki-mips32-linux.h323 #define VKI_O_NONBLOCK 0x0080 macro
Dvki-mips64-linux.h328 #define VKI_O_NONBLOCK 0x0080 macro
Dvki-darwin.h267 #define VKI_O_NONBLOCK O_NONBLOCK macro
Dvki-solaris.h480 #define VKI_O_NONBLOCK O_NONBLOCK macro
/external/valgrind/coregrind/m_gdbserver/
Dremote-utils.c291 remote_desc = open_fifo ("read", from_gdb, VKI_O_RDONLY|VKI_O_NONBLOCK); in setup_remote_desc_for_reading()
293 VG_(fcntl) (remote_desc, VKI_F_SETFL, save_fcntl_flags & ~VKI_O_NONBLOCK); in setup_remote_desc_for_reading()
/external/valgrind/coregrind/m_debuginfo/
Dimage.c147 res = VG_(fcntl)(sd, VKI_F_SETFL, res & ~VKI_O_NONBLOCK); in set_blocking()
/external/valgrind/docs/internals/
Dporting-to-ARM.txt475 #define VKI_O_NONBLOCK 04000