Lines Matching refs:thread
386 o Correctly notify the main thread when activating an event from a subthread (5beeec9)
415 o Fix bugs in posix thread-id calculation when sizeof(pthread_t) != sizeof(long) (fbaf077)
467 o Resolve an evport bug in the thread/forking test (3a67d0b)
496 o Increase the skew tolerance to 2 seconds in thread/deferred_cb_skew (f806476 Christopher Davis)
572 …o Add event_config_set_num_cpus_hint() for tuning win32 IOCP thread pools, etc. (2447fe8 Christoph…
584 o On windows, make lock/thread function tables static (5de2bcb)
610 o Improve testing of when thread-notification occurs (ce85280)
622 o Completely remove the (mostly-removed) obsolete thread functions (3808168)
926 o Fix compilation of devpoll.c by adding missing thread includes. (fee2c77 Dagobert Michelsen)
1048 …o When adding or deleting an event from a non-main thread, only wake up the main thread when its b…
1052 …o Make the event_base_loop() family of functions respect thread-safety better. This should clear …
1114 …o Fix a memory error when freeing a thread-enabled event base with registered events. (Spotted by …
1125 …o Do not allow event_del(ev) to return while that event's callback is executing in another thread.…
1191 o switch thread support so that locks get allocated as they are needed.
1199 o Add new thread-safe interfaces to evdns functions.
1269 …o Refactor internal notify-main-thread logic to prefer eventfd to pipe, then pipe to socketpair, a…