aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_threads.c
AgeCommit message (Collapse)Author
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-09-18Merge remote-tracking branch 'github/bug27073_029'Nick Mathewson
2018-09-13In conditionvar_timeout test, wait for threads to timeoutNick Mathewson
Previously we just waited 200msec, which was not enough on slow/busy systems. Fixes bug 27073; bugfix on 0.2.6.3-alpha when the test was introduced.
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
I am very glad to have written this script.
2018-06-28Extract threading code into a new library.Nick Mathewson
Note that the workqueue code does *not* go here: it is logically at a higher level, since it needs to use libevent and the networking stack.
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2017-08-24Fix operator usage in src/test/*.cAlexander Færøy
This patch fixes the operator usage in src/test/*.c to use the symbolic operators instead of the normal C comparison operators. This patch was generated using: ./scripts/coccinelle/test-operator-cleanup src/test/*.[ch]
2017-03-15Run the copyright update script.Nick Mathewson
2016-09-09Make a couple more tests run faster.Nick Mathewson
The point of diminishing returns has been reached.
2016-02-27Update the copyright year.Nick Mathewson
2015-10-21More leaks to fix.Nick Mathewson
2015-08-18Use thread-local storage to block event_queue recursion.Nick Mathewson
2015-01-21Fix: change copyright year in workqueue and thread testsDavid Goulet
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
2015-01-14Fix check-spacesNick Mathewson
2015-01-14Add unit test for thread IDs.Nick Mathewson
2015-01-14Basic unit test for condition variables.Nick Mathewson
2015-01-14Move thread tests into their own moduleNick Mathewson