Searched refs:VKI_FD_CLOEXEC (Results 1 - 13 of 13) sorted by relevance

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

Completed in 133 milliseconds