Home
last modified time | relevance | path

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

/external/valgrind/include/vki/
Dvki-arm64-linux.h262 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
Dvki-amd64-linux.h289 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
Dvki-ppc64-linux.h409 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
Dvki-ppc32-linux.h358 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
Dvki-s390x-linux.h357 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
Dvki-x86-linux.h329 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
Dvki-arm-linux.h291 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
Dvki-mips64-linux.h360 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
Dvki-mips32-linux.h355 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
Dvki-darwin.h318 #define VKI_FD_CLOEXEC FD_CLOEXEC macro
Dvki-solaris.h562 #define VKI_FD_CLOEXEC FD_CLOEXEC macro
/external/valgrind/coregrind/
Dm_libcprint.c404 VG_(fcntl)(safe_fd, VKI_F_SETFD, VKI_FD_CLOEXEC); in finalize_sink_fd()
Dm_libcfile.c66 VG_(fcntl)(newfd, VKI_F_SETFD, VKI_FD_CLOEXEC); in VG_()
/external/valgrind/docs/internals/
Dporting-to-ARM.txt496 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */