Lines Matching full:event_base
85 1) Dependence on the "current" event_base. In an application with
87 "current" event_base. New events were linked to this base, and
91 Functions like "event_set" that worked with the "current" event_base
93 functions like "event_assign" that take an explicit event_base
145 2.4. Configurable event_base creation
164 struct event_base *base;
217 with Libevent, you could only an event_base or its events in one thread at
233 Once locking functions are enabled, every new event_base is created with a
234 lock. You can prevent a single event_base from being built with a lock
236 event_config. If an event_base is created with a lock, it is safe to call
498 event_base_start_iocp() method on an event_base before contructing