summaryrefslogtreecommitdiff
path: root/tests/test_threadpool.c
AgeCommit message (Expand)Author
2012-12-10Make thread state waiting a little less ugly and not possible to lock up.Mark Michelson
2012-12-10Improve timedwaits in tests to actually behave like they should.Mark Michelson
2012-12-10Add threadpool options and accompanying test.Mark Michelson
2012-12-10Improve shutdown procedure.Mark Michelson
2012-12-09Add some useful debugging in threadpool test failure conditions.Mark Michelson
2012-12-09Create longer thread destruction test.Mark Michelson
2012-12-08Add a task distribution test.Mark Michelson
2012-12-07Add threadpool reactivation test.Mark Michelson
2012-12-07Add a single-thread multi-task test.Mark Michelson
2012-12-07Add test where we create a thread and push a task.Mark Michelson
2012-12-07Add test where we add a task then create a thread for it.Mark Michelson
2012-12-07Add threadpool destruction test.Mark Michelson
2012-12-07Fix up categories of threadpool tests.Mark Michelson
2012-12-07Add new threadpool test and fix some taskprocessor bugs.Mark Michelson
2012-12-06Add initial simple threadpool test.Mark Michelson