Searched refs:CLOSE_RANGE_UNSHARE (Results 1 – 3 of 3) sorted by relevance
45 if (flags & CLOSE_RANGE_UNSHARE) in do_close_range()100 do_close_range(3, ~0U, CLOSE_RANGE_UNSHARE); in child()113 CLOSE_RANGE_CLOEXEC | CLOSE_RANGE_UNSHARE); in child()139 do_close_range(3, ~0U, CLOSE_RANGE_UNSHARE); in run()148 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