Home | History | Annotate | Download | only in libevent

Lines Matching refs:event_base_new

58   library, you must call event_init() or event_base_new() to perform one-time
267 Use event_base_new() to initialize a new event base, but does not set
268 the current_base global. If using only event_base_new(), each event
273 struct event_base *event_base_new(void);
282 @see event_base_set(), event_base_new()
294 @see event_base_new(), event_init()
322 @param eb the event_base structure returned by event_base_new()