summaryrefslogtreecommitdiff
path: root/test/regress_thread.c
Commit message (Expand)AuthorAgeFilesLines
* test: move thread into realtime class even on EVENT__DISABLE_THREAD_SUPPORTAzat Khuzhin2020-01-141-45/+0
* test: fix dst thread in move_pthread_to_realtime_scheduling_class (osx)Azat Khuzhin2020-01-141-1/+1
* test: fix compilation under win32 (rearrange thread_setup() code)Azat Khuzhin2020-01-141-0/+45
* Add support for priority inheritanceAndre Pereira Azevedo Pinto2019-12-091-0/+3
* Mark a lot of flacky tests with TT_RETRIABLE (for linux/win32 only)Azat Khuzhin2018-11-201-4/+4
* test/thread: netbsd is too slow, increase timeout for conditions_simpleAzat Khuzhin2017-01-191-1/+1
* Commented out a WIN32 threading / timing test for nowMark Ellzey2015-05-111-0/+5
* Fix warnings when compiling with clang 3.5John Ohl2014-12-221-1/+1
* Fix several memory leaks in the unit tests.Nick Mathewson2014-09-181-1/+2
* Implement event_finalize() and related functions to avoid certain deadlocksNick Mathewson2013-04-261-18/+1
* Add deferred_cb_skew to list of timing-dependent testsNick Mathewson2012-08-021-1/+2
* remove a now-unused var in thread_deferred_cb_skew testNick Mathewson2012-06-281-1/+0
* Restore our priority-inversion-prevention code with deferredsNick Mathewson2012-05-091-7/+21
* Replace more deferred_cb names with event_callbackNick Mathewson2012-05-091-7/+4
* Replace deferred_cbs with event_callback-based implementation.Nick Mathewson2012-05-091-1/+1
* Split out time-related prototypes into time-internal.hNick Mathewson2012-04-201-0/+1
* Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-4/+4
* Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-5/+5
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | When including an -internal.h header outside the main tree, do so earlyNick Mathewson2012-01-241-2/+2
* | Allow more slop in deferred_cb_skew test; freebsd needs itNick Mathewson2012-01-241-3/+2
* | Make regression tests run over 3x faster.Nick Mathewson2012-01-241-15/+24
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | New EVLOOP_NO_EXIT_ON_EMPTY option to keep looping even when no events are pe...Nick Mathewson2011-10-051-0/+70
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-5/+5
|/
* Resolve an evport bug in the thread/forking testNick Mathewson2010-11-191-0/+5
* Increase the skew tolerance to 2 seconds in thread/deferred_cb_skewChristopher Davis2010-10-281-1/+6
* Add a missing time.h include to test/regress_thread.cNick Mathewson2010-09-091-0/+1
* Fix a few Windows compile warnings.Christopher Davis2010-09-081-3/+4
* Add a missing header for regress_thread.cNick Mathewson2010-09-081-1/+4
* Fix a compile warning in regress_thread.cSebastian Hahn2010-09-081-1/+0
* Merge remote branch 'chrisd/iocp-fixes4'Nick Mathewson2010-09-081-0/+94
|\
| * Only process up to MAX_DEFERRED deferred_cbs at a time.Christopher Davis2010-09-081-0/+94
* | Improve testing of when thread-notification occursNick Mathewson2010-09-081-5/+85
|/
* Rename regress_pthread.c to regress_thread.cNick Mathewson2010-08-241-0/+323