HomeSort by relevance Sort by last modified time
    Searched refs:VKI_FD_CLOEXEC (Results 1 - 10 of 10) sorted by null

  /external/valgrind/main/include/vki/
vki-ppc32-aix5.h 97 #define VKI_FD_CLOEXEC 0x00000001
vki-ppc64-aix5.h 97 #define VKI_FD_CLOEXEC 0x00000001
vki-amd64-linux.h 271 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-arm-linux.h 307 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-ppc32-linux.h 341 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
    [all...]
vki-ppc64-linux.h 390 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-x86-linux.h 312 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-darwin.h 299 #define VKI_FD_CLOEXEC FD_CLOEXEC
  /external/valgrind/main/coregrind/
m_libcfile.c 71 VG_(fcntl)(newfd, VKI_F_SETFD, VKI_FD_CLOEXEC);
m_main.c 382 VG_(fcntl)(fd, VKI_F_SETFD, VKI_FD_CLOEXEC);
    [all...]

Completed in 36 milliseconds