Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfdtable.h29 unsigned long *close_on_exec; member
35 static inline bool close_on_exec(unsigned int fd, const struct fdtable *fdt) in close_on_exec() function
/Linux-v4.19/arch/um/os-Linux/
Dfile.c370 int os_pipe(int *fds, int stream, int close_on_exec) in os_pipe()
540 int os_create_unix_socket(const char *file, int len, int close_on_exec) in os_create_unix_socket()