Searched refs:event_loop (Results 1 – 6 of 6) sorted by relevance
99 int event_loop(int);
181 def __init__(self, event_loop): argument
374 void event_loop(struct tun_data *tunnel) { in event_loop() function520 event_loop(&tunnel); in main()
1462 return (event_loop(0)); in event_dispatch()1549 event_loop(int flags) in event_loop() function
439 invoked from within the event_loop. This is useful when you have a
1205 …hes signals that are raised after event_add() is called but before the event_loop() call. This ma…1241 o udpate documentation of event_loop and event_base_loop; from Tani Hosokawa.