package xen-evtchn-unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val nr_events : int
type event = int
val program_start : int
type port = {
  1. mutable counter : event;
  2. c : unit Lwt_condition.t;
}
val pending : Eventchn.handle -> Eventchn.t
val ports : port array
val event_cb : unit Lwt.u Lwt_dllist.t array
val dump : unit -> unit
val wake : Eventchn.t -> unit
val run_real : Eventchn.handle -> 'a Lwt.t
val activations_thread_started : bool ref
val start_activations_thread : unit -> unit
val after : Eventchn.t -> event -> event Lwt.t
val wait : Eventchn.t -> unit Lwt.t
val run : 'a -> unit