Searched refs:cloexec (Results 1 – 2 of 2) sorted by relevance
| /xen/tools/libxl/ |
| A D | libxl.c | 748 int libxl_fd_set_cloexec(libxl_ctx *ctx, int fd, int cloexec) in libxl_fd_set_cloexec() argument 749 { return fd_set_flags(ctx,fd, F_GETFD,F_SETFD,"FD", FD_CLOEXEC, cloexec); } in libxl_fd_set_cloexec()
|
| A D | libxl.h | 2676 int libxl_fd_set_cloexec(libxl_ctx *ctx, int fd, int cloexec);
|
Completed in 8 milliseconds