Home
last modified time | relevance | path

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

/tools/libs/evtchn/
A Dminios.c50 bool pending; member
65 port_info->pending = false; in port_alloc()
197 port_info->pending = true; in evtchn_handler()
348 if ( port_info->port != -1 && port_info->pending ) in xenevtchn_pending()
353 port_info->pending = false; in xenevtchn_pending()
/tools/ocaml/libs/eventchn/
A Dxeneventchn.mli59 the descriptor becomes readable, it is safe to call 'pending'.
84 val pending : handle -> t val
85 (** Returns the next event channel to become pending. On error it
A Dxeneventchn.ml49 external pending: handle -> int = "stub_eventchn_pending"
/tools/ocaml/xenstored/
A Devent.ml41 let pending eventchn = Xeneventchn.pending eventchn.handle function
A Dconnections.ml220 let pending = s |> Connection.Watch.Set.elements
222 …Printf.sprintf "Watches with pending events: %d, pending events total: %d" (Connection.Watch.Set.c…
A Dprocess.ml96 ; pending: bool } RecordField
104 ; pending= false }
151 {!state with pending= false; result = []}
155 (match !state.pending, !state.result with
157 | false, _ :: _ -> !state (* we got a pending result to deliver *)
175 ; force= !force; pending= true})
178 match !state.pending, !state.result with
193 if t.pending then begin
211 state := { t with pending = false; result = msgs};
258 …ut: %b, has_more_input: %b, has_old_output: %b, has_new_output: %b, has_more_work: %b. pending: %s"
A Dxenstored.ml486 let port = Event.pending eventchn in
487 debug "pending port %d" (Xeneventchn.to_int port);
/tools/libs/ctrl/
A Dxc_flask.c180 *pend = op.u.boolean.pending; in xc_flask_getbool_byid()
212 *pend = op.u.boolean.pending; in xc_flask_getbool_byname()

Completed in 12 milliseconds