Lines Matching refs:xsh
32 type xsh = { type
55 val get_operations : con -> xsh
59 val transaction : xsh -> (Xst.ops -> 'a) -> 'a
62 val has_watchevents : xsh -> bool
63 val get_watchevent : xsh -> string * string
64 val read_watchevent : xsh -> string * string
68 val get_fd : xsh -> Unix.file_descr
73 val read_watchevent_timeout : xsh -> float -> (string * string -> bool) -> unit
77 val monitor_paths : xsh
84 val daemon_open : unit -> xsh
87 val domain_open : unit -> xsh
90 val close : xsh -> unit