summaryrefslogtreecommitdiff
path: root/main/threadpool.c
AgeCommit message (Expand)Author
2012-12-11Some general cleanup, plus we now send state changes when threads activate.Mark Michelson
2012-12-11Add threadpool option version check into threadpool creation routine.Mark Michelson
2012-12-11Add auto-increment option and accompanying test.Mark Michelson
2012-12-11Some documentation fixes and function call name fixes.Mark Michelson
2012-12-10Solve the issue about the "CHANGE THIS" and "XXX CHANGE THIS XXX" taskprocess...Mark Michelson
2012-12-10Add threadpool options and accompanying test.Mark Michelson
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