Home
last modified time | relevance | path

Searched refs:cloexec (Results 1 – 2 of 2) sorted by relevance

/xen/tools/libxl/
A Dlibxl.c748 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 Dlibxl.h2676 int libxl_fd_set_cloexec(libxl_ctx *ctx, int fd, int cloexec);

Completed in 8 milliseconds