Home
last modified time | relevance | path

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

/tools/ocaml/libs/eventchn/
A Dxeneventchn_stubs.c56 CAMLprim value stub_eventchn_init(value cloexec) in stub_eventchn_init() argument
58 CAMLparam1(cloexec); in stub_eventchn_init()
63 if ( !Bool_val(cloexec) ) in stub_eventchn_init()
A Dxeneventchn.mli46 val init: ?cloexec:bool -> unit -> handle
47 (** [init ?cloexec ()]
50 on [execve], which can be overriden with [~cloexec:false].
A Dxeneventchn.ml21 let init ?(cloexec=true) () = _init cloexec
/tools/libs/gnttab/
A Dminios.c77 file->cloexec = true; in osdep_gnttab_open()
/tools/ocaml/xenstored/
A Devent.ml28 | None -> Xeneventchn.init ~cloexec:false ()
/tools/libs/evtchn/
A Dminios.c137 file->cloexec = true; in osdep_evtchn_open()
/tools/libs/light/
A Dlibxl.c703 int libxl_fd_set_cloexec(libxl_ctx *ctx, int fd, int cloexec) in libxl_fd_set_cloexec() argument
704 { return fd_set_flags(ctx,fd, F_GETFD,F_SETFD,"FD", FD_CLOEXEC, cloexec); } in libxl_fd_set_cloexec()
/tools/include/
A Dlibxl.h2987 int libxl_fd_set_cloexec(libxl_ctx *ctx, int fd, int cloexec);

Completed in 21 milliseconds