summaryrefslogtreecommitdiff
path: root/main/threadpool.c
AgeCommit message (Expand)Author
2012-12-10Improve shutdown procedure.Mark Michelson
2012-12-10Add safeguards to ensure we don't improperly access a destroyed taskprocessor.Mark Michelson
2012-12-09Remove unnecessary debugging and add some useful debugging.Mark Michelson
2012-12-09Create longer thread destruction test.Mark Michelson
2012-12-07Fix infinite looping and crash problem.Mark Michelson
2012-12-07Add new threadpool test and fix some taskprocessor bugs.Mark Michelson
2012-12-06It helps if we actually assign the listener to the pool.Mark Michelson
2012-12-06Add initial simple threadpool test.Mark Michelson
2012-12-04Add better listener support.Mark Michelson
2012-12-04Remove zombie state from threadpool altogether.Mark Michelson
2012-12-04Simplify threadpool refcounting a bit.Mark Michelson
2012-12-04Add some doxygen and rearrange code.Mark Michelson
2012-12-03Fix a few miscellaneous thingsMark Michelson
2012-12-03This now compiles.Mark Michelson
2012-11-30Some more progress.Mark Michelson
2012-11-29Commit some progress towards threadpools.Mark Michelson