kc3-lang/libevent/test/regress_thread.c

Branch :


Log

Author Commit Date CI Message
e49e2891 2012-02-10 17:29:53 Update copyright notices to 2012
3c824bd3 2011-10-24 13:18:09 Update copyright dates to 2011.
3a67d0bf 2010-11-19 17:09:30 Resolve an evport bug in the thread/forking test
f8064762 2010-10-28 10:11:25 Increase the skew tolerance to 2 seconds in thread/deferred_cb_skew This is to make the test not fail on Sebastian Hahn's Win7 box.
2756a10c 2010-09-09 13:43:31 Add a missing time.h include to test/regress_thread.c
3ec65d69 2010-09-08 19:55:13 Fix a few Windows compile warnings.
de412948 2010-09-08 14:52:24 Add a missing header for regress_thread.c
911e0db8 2010-09-08 20:29:39 Fix a compile warning in regress_thread.c
3658b169 2010-09-08 14:12:12 Merge remote branch 'chrisd/iocp-fixes4' Conflicts: test/regress_thread.c
ce85280b 2010-09-08 13:29:06 Improve testing of when thread-notification occurs
17a14f1a 2010-09-01 11:04:57 Only process up to MAX_DEFERRED deferred_cbs at a time. If threads queue callbacks while event_process_deferred_callbacks is running, the loop may spin long enough to significantly skew timers. A unit test stressing this behavior is also in this commit.
041989fb 2010-08-17 14:44:12 Rename regress_pthread.c to regress_thread.c