Searched refs:loop (Results 1 – 7 of 7) sorted by relevance
| /libevent-2.1.12/ |
| H A D | libevent.pc.in | 9 Description: libevent is an asynchronous notification event loop library
|
| H A D | event_iocp.c | 64 loop(void *port_) in loop() function 205 ev_uintptr_t th = _beginthread(loop, 0, port); in event_iocp_port_launch_()
|
| H A D | whatsnew-2.1.txt | 70 1.2. New functions for events and the event loop 77 loop checks for new events either every N microseconds, every M 528 possible' in the current iteration of the Libevent loop. We optimize 533 Libevent 2.0 would wake up a polling event loop whenever the first 534 timeout in the event loop was adjusted--whether it had become earlier 535 or later. We now only notify the event loop when a change causes the 640 When a thread other than the one in which the main event loop is 641 running needs to wake the thread running the main event loop, Libevent 642 usually writes to a socketpair in order to force the main event loop 744 instead of running in the current iteration of the event loop, it runs
|
| H A D | ChangeLog-1.4 | 71 o Clear the timer cache on entering the event loop; reported by Victor Chang 74 o Clear the timer cache when leaving the event loop; reported by Robin Haberkorn 170 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin…
|
| H A D | ChangeLog-2.0 | 189 BUGFIXES (event loop): 477 o Do not let EVLOOP_ONCE exit the loop until all deferred callbacks have run (2d5e1bd) 595 o Avoid needlessly calling evthread_notify_base() when the loop is not running (c7a06bf) 767 o Free search state when finished searching to avoid an infinite loop. (a625840 Christopher Davis) 1047 …o New event_base_got_exit() and event_base_got_break() functions to tell whether an event loop exi… 1137 …o New function, event_{base_}loopbreak. Like event_loopexit, it makes an event loop stop executin… 1258 o Clear the timer cache on entering the event loop; reported by Victor Chang 1261 o Clear the timer cache when leaving the event loop; reported by Robin Haberkorn
|
| H A D | ChangeLog | 53 o Revert "Warn if forked from the event loop during event_reinit()" (71f5c0d3 Azat Khuzhin) 120 o Warn if forked from the event loop during event_reinit() (b75922ae Azat Khuzhin) 212 o Fix race in access to ev_res from event loop with event_active() (43d92a6d) 531 o test/http: exit from the loop in the errorcb to wait cancellation (927ab33 Azat Khuzhin) 553 …o test/ssl: cover busy-loop (i.e. {read,write}-blocked-on-{write,read} stuff) (da0ea7a Azat Khuzhi… 1140 o evdns: New flag to make evdns not prevent the event loop from 1147 o event_base_update_cache_time should be a no-op if the loop isn't 1618 BUGFIXES (event loop):
|
| H A D | whatsnew-2.0.txt | 239 the event loop. 302 When we need to wake the event loop up from another thread, we use
|