Searched refs:event_loop (Results 1 – 17 of 17) sorted by relevance
133 void event_loop(void);
574 event_loop(void) in event_loop() function699 event_loop(); in main()
103 int event_loop(int);
160 static void event_loop(void);1037 event_loop(void) in event_loop() function1350 event_loop(); in main()
329 return (event_loop(0)); in event_dispatch()364 event_loop(int flags) in event_loop() function
160 int event_loop(int);
153 o update documentation of event_loop and event_base_loop; from Tani Hosokawa.164 …vior as other backends when a signal is caught between event_add() and event_loop(). Previously, …
1811 return (event_loop(0)); in event_dispatch()1917 event_loop(int flags) in event_loop() function
439 invoked from within the event_loop. This is useful when you have a
1141 …hes signals that are raised after event_add() is called but before the event_loop() call. This ma…1177 o udpate documentation of event_loop and event_base_loop; from Tani Hosokawa.
1217 event_loop(EVLOOP_NONBLOCK); in test_immediatesignal()2355 event_loop(EVLOOP_ONCE); in test_multiple_events_for_same_fd()2362 event_loop(EVLOOP_ONCE); in test_multiple_events_for_same_fd()