Lines Matching full:event

11 event functions
74 These functions operate on contract event endpoint file descriptors obtained
75 from the \fBcontract\fR(4) file system and event object handles returned by
79 The \fBct_event_read()\fR function reads the next event from the queue
80 referenced by the file descriptor \fIfd\fR and initializes the event object
83 \fBct_event_free()\fR on this event object handle when it has finished using
88 except that it reads the next critical event from the queue, skipping any
94 events that were sent before the event endpoint was opened. Informative and
98 The \fBct_event_reliable()\fR function indicates that no event published to the
99 specified event queue should be dropped by the system until the specified
100 listener has read the event. This function requires that the caller have the
104 The \fBct_event_free()\fR function frees any storage associated with the event
109 the specified event.
112 The \fBct_event_get_evid()\fR function returns the ID of the specified event.
115 The \fBct_event_get_flags()\fR function returns the event flags for the
116 specified event. Valid event flags are:
123 The event is an informative event.
132 The event has been acknowledged (for critical and negotiation messages).
146 The \fBct_event_get_type()\fR function reads the event type. The value is one
147 of the event types described in \fBcontract\fR(4) or the contract type's manual
152 \fBCT_EV_NEGEND\fR event.
156 when the negotiation referenced by the \fBCT_EV_NEGEND\fR event succeeded. If
195 The event endpoint was opened \fBO_NONBLOCK\fR and no applicable events were
209 The \fIevthndl\fR argument is not a \fBCT_EV_NEGEND\fR event object.