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

/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h285 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
H A Dvki-arm64-linux.h258 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
H A Dvki-arm-linux.h287 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
H A Dvki-ppc32-linux.h354 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
H A Dvki-ppc64-linux.h403 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
H A Dvki-s390x-linux.h347 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
H A Dvki-x86-linux.h325 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
H A Dvki-mips32-linux.h351 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
H A Dvki-mips64-linux.h356 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
H A Dvki-darwin.h299 #define VKI_FD_CLOEXEC FD_CLOEXEC macro
/external/valgrind/main/coregrind/
H A Dm_main.c1081 VG_(fcntl)(VG_(log_output_sink).fd, VKI_F_SETFD, VKI_FD_CLOEXEC);
1103 VG_(fcntl)(VG_(xml_output_sink).fd, VKI_F_SETFD, VKI_FD_CLOEXEC);
H A Dm_libcfile.c71 VG_(fcntl)(newfd, VKI_F_SETFD, VKI_FD_CLOEXEC);

Completed in 689 milliseconds