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

  /external/valgrind/main/include/vki/
vki-amd64-linux.h 285 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-arm64-linux.h 258 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-arm-linux.h 287 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-ppc32-linux.h 354 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
    [all...]
vki-ppc64-linux.h 403 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-s390x-linux.h 347 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-x86-linux.h 325 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-mips32-linux.h 351 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
    [all...]
vki-mips64-linux.h 356 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
    [all...]
vki-darwin.h 299 #define VKI_FD_CLOEXEC FD_CLOEXEC
  /external/valgrind/main/coregrind/
m_main.c     [all...]
m_libcfile.c 71 VG_(fcntl)(newfd, VKI_F_SETFD, VKI_FD_CLOEXEC);
    [all...]

Completed in 167 milliseconds