Home
last modified time | relevance | path

Searched refs:VKI_FD_CLOEXEC (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/main/include/vki/
Dvki-amd64-linux.h271 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
Dvki-ppc32-linux.h341 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
Dvki-x86-linux.h312 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
Dvki-s390x-linux.h335 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
Dvki-arm-linux.h274 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
Dvki-ppc64-linux.h390 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
Dvki-darwin.h299 #define VKI_FD_CLOEXEC FD_CLOEXEC macro
/external/valgrind/main/coregrind/
Dm_libcfile.c71 VG_(fcntl)(newfd, VKI_F_SETFD, VKI_FD_CLOEXEC); in VG_()
Dm_main.c392 VG_(fcntl)(fd, VKI_F_SETFD, VKI_FD_CLOEXEC); in move_fd_into_safe_range()
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt496 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */