Searched refs:IOFLAG_CLOEXEC (Results 1 – 2 of 2) sorted by relevance
79 #define IOFLAG_CLOEXEC (1 << 0) macro89 #define IOFLAG_FD_FLAGS IOFLAG_CLOEXEC
46 static_assert(IOFLAG_CLOEXEC == FD_CLOEXEC, "Unexpected fdio flags value");
Completed in 8 milliseconds