Searched refs:pending (Results 1 – 8 of 8) sorted by relevance
50 bool pending; member65 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()
59 the descriptor becomes readable, it is safe to call 'pending'.84 val pending : handle -> t val85 (** Returns the next event channel to become pending. On error it
49 external pending: handle -> int = "stub_eventchn_pending"
41 let pending eventchn = Xeneventchn.pending eventchn.handle function
220 let pending = s |> Connection.Watch.Set.elements222 …Printf.sprintf "Watches with pending events: %d, pending events total: %d" (Connection.Watch.Set.c…
96 ; pending: bool } RecordField104 ; pending= false }151 {!state with pending= false; result = []}155 (match !state.pending, !state.result with157 | false, _ :: _ -> !state (* we got a pending result to deliver *)175 ; force= !force; pending= true})178 match !state.pending, !state.result with193 if t.pending then begin211 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"
486 let port = Event.pending eventchn in487 debug "pending port %d" (Xeneventchn.to_int port);
180 *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