Home | History | Annotate | Download | only in libevent

Lines Matching full:backend

59 /** Structure to define the backend of a given event_base. */
61 /** The name of this backend. */
63 /** Function to set up an event_base to use this backend. It should
65 * run the backend, and return it. The returned pointer will get
91 /** Bit-array of supported event_method_features that this backend can
155 * if the backend is using changesets. */
172 * backend. */
174 /** Pointer to backend-specific data. */
177 /** List of changes to tell backend about at next dispatch. Only used
181 /** Function pointers used to describe the backend that this event_base