summaryrefslogtreecommitdiff
path: root/tests/test_threadpool.c
AgeCommit message (Expand)Author
2016-02-18Fix failing threadpool_auto_increment test.Mark Michelson
2016-01-19test_threadpool: Wait for each task to complete and fix memory leak.Joshua Colp
2015-11-11threadpool: Handle worker thread transitioning to dead when going active.Joshua Colp
2015-06-24Unit tests: Fix unit test description strings.Richard Mudgett
2013-02-12Add a serializer interface to the threadpoolDavid M. Lee
2013-01-17Address David's latest feedback on reviewboard:Mark Michelson
2013-01-15Make the threadpool listener opaque.Mark Michelson
2013-01-15Make the initial size of the threadpool part of the options passed in.Mark Michelson
2013-01-15Remove threadpool listener alloc and destroy callbacks.Mark Michelson
2013-01-07Address review board feedback from Matt and RichardMark Michelson
2012-12-11Add auto-increment option and accompanying test.Mark Michelson
2012-12-10Solve the issue about the "CHANGE THIS" and "XXX CHANGE THIS XXX" taskprocess...Mark Michelson
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