Searched refs:F_SETFD (Results 1 – 4 of 4) sorted by relevance
101 #define F_SETFD 2 /* set/clear close_on_exec */ macro
199 if (flags.cl && fcntl(fd, F_SETFD, 1)) { in os_open_file()342 CATCH_EINTR(err = fcntl(fd, F_SETFD, FD_CLOEXEC)); in os_set_exec_close()
258 case F_SETFD: in do_fcntl()349 case F_SETFD: in check_fcntl_cmd()
1349 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC); in perf_evlist__prepare_workload()1416 fcntl(go_pipe[1], F_SETFD, FD_CLOEXEC); in perf_evlist__prepare_workload()