Searched refs:CLOSE_RANGE_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
46 #ifndef CLOSE_RANGE_CLOEXEC47 # define CLOSE_RANGE_CLOEXEC (1U << 2) macro
33 if (flags & ~CLOSE_RANGE_CLOEXEC) in __close_range()48 if (flags & CLOSE_RANGE_CLOEXEC) in __close_range()
26 #define CLOSE_RANGE_CLOEXEC (1U << 2) macro
Completed in 4 milliseconds