Home | History | Annotate | Download | only in libevent

Lines Matching full:loop

40   libevent is meant to replace the event loop found in event driven network
42 remove events dynamically without having to change the event loop.
68 call event_dispatch() to loop and dispatch events.
299 Loop to process events.
311 Threadsafe event dispatching loop.
395 Exit the event loop after the specified time.
403 @param tv the amount of time after which the loop should terminate.
411 Exit the event loop after the specified time (threadsafe variant).
420 @param tv the amount of time after which the loop should terminate.
429 event_loop() will abort the loop after the next event is completed;
443 event_base_loop() will abort the loop after the next event is completed;