HomeSort by relevance Sort by last modified time
    Searched defs:VKI_FD_CLOEXEC (Results 1 - 8 of 8) sorted by null

  /external/valgrind/main/include/vki/
vki-ppc32-aix5.h 97 #define VKI_FD_CLOEXEC 0x00000001
vki-ppc64-aix5.h 97 #define VKI_FD_CLOEXEC 0x00000001
vki-amd64-linux.h 271 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-ppc32-linux.h 341 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
    [all...]
vki-ppc64-linux.h 390 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-x86-linux.h 312 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-arm-linux.h 307 #define VKI_FD_CLOEXEC 1 /* actually anything with low bit set goes */
vki-darwin.h 299 #define VKI_FD_CLOEXEC FD_CLOEXEC

Completed in 61 milliseconds