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

  /external/valgrind/include/vki/
vki-amd64-linux.h 289 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-arm64-linux.h 262 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-arm-linux.h 291 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-ppc32-linux.h 358 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
    [all...]
vki-ppc64-linux.h 409 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-s390x-linux.h 357 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-x86-linux.h 329 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-mips32-linux.h 355 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
    [all...]
vki-mips64-linux.h 360 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
    [all...]
vki-darwin.h 318 #define VKI_FD_CLOEXEC FD_CLOEXEC
vki-solaris.h 562 #define VKI_FD_CLOEXEC FD_CLOEXEC
    [all...]
  /external/valgrind/coregrind/
m_libcprint.c 404 VG_(fcntl)(safe_fd, VKI_F_SETFD, VKI_FD_CLOEXEC);
    [all...]
m_libcfile.c 66 VG_(fcntl)(newfd, VKI_F_SETFD, VKI_FD_CLOEXEC);
    [all...]

Completed in 69 milliseconds