Searched refs:CLOSE_RANGE_UNSHARE (Results 1 – 5 of 5) sorted by relevance
45 if (flags & CLOSE_RANGE_UNSHARE) in do_close_range()102 do_close_range(3, ~0U, CLOSE_RANGE_UNSHARE); in child()115 CLOSE_RANGE_CLOEXEC | CLOSE_RANGE_UNSHARE); in child()141 do_close_range(3, ~0U, CLOSE_RANGE_UNSHARE); in run()150 CLOSE_RANGE_CLOEXEC | CLOSE_RANGE_UNSHARE); in run()
87 res = try_close_range(fd, CLOSE_RANGE_UNSHARE); in run()
13 # ifndef CLOSE_RANGE_UNSHARE14 # define CLOSE_RANGE_UNSHARE (1U << 1) macro
281 CLOSE_RANGE_UNSHARE
2143 pub const CLOSE_RANGE_UNSHARE: ::c_uint = 1 << 1; constant