Home
last modified time | relevance | path

Searched refs:VKI_FD_CLOEXEC (Results 1 – 15 of 15) 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-tilegx-linux.h256 #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-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-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-mips32-linux.h355 #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-darwin.h318 #define VKI_FD_CLOEXEC FD_CLOEXEC macro
Dvki-solaris.h546 #define VKI_FD_CLOEXEC FD_CLOEXEC macro
/external/valgrind/coregrind/
Dm_main.c1173 VG_(fcntl)(VG_(log_output_sink).fd, VKI_F_SETFD, VKI_FD_CLOEXEC); in main_process_cmd_line_options()
1195 VG_(fcntl)(VG_(xml_output_sink).fd, VKI_F_SETFD, VKI_FD_CLOEXEC); in main_process_cmd_line_options()
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 */