Searched defs:close_on_exec (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dfdtable.h27 unsigned long *close_on_exec; member in struct:fdtable
35 __set_bit(fd, fdt->close_on_exec);
40 __clear_bit(fd, fdt->close_on_exec);
43 static inline bool close_on_exec(int fd, const struct fdtable *fdt) function
45 return test_bit(fd, fdt->close_on_exec);

Completed in 49 milliseconds