summaryrefslogtreecommitdiff
path: root/tests/test_taskprocessor.c
AgeCommit message (Expand)Author
2017-12-20Fix Common Typo's.Corey Farrell
2017-08-03Correct some leaks in unit tests.Corey Farrell
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
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 ast_taskprocessor_listener opaque.Mark Michelson
2013-01-15Remove alloc and destroy callbacks from the taskprocessor.Mark Michelson
2012-12-07Add new threadpool test and fix some taskprocessor bugs.Mark Michelson
2012-11-19Add doxygen to taskprocessor tests.Mark Michelson
2012-11-17Restructure taskprocessor load test to test integrity of task execution.Mark Michelson
2012-11-17Add a second default taskprocessor test that executes 20000 tasks.Mark Michelson
2012-11-17Change the default taskprocessor test so it will never hang forever.Mark Michelson
2012-11-16Test that shutdown callback is called when expected.Mark Michelson
2012-11-16Add a shutdown callback to taskprocessor listeners.Mark Michelson
2012-11-12Refine the taskprocessor listener test a bit more.Mark Michelson
2012-11-09Add a test that ensures that taskprocessor listener callbacksMark Michelson
2012-11-09Add a basic taskprocessor test.Mark Michelson