summaryrefslogtreecommitdiff
path: root/include/asterisk/threadpool.h
AgeCommit message (Expand)Author
2015-11-12res_pjsip: Deny requests when threadpool queue is backed up.Mark Michelson
2015-06-25threadpool, res_pjsip: Add serializer group shutdown API calls.Richard Mudgett
2015-06-10DNS: Need to use the same serializer for a pjproject SIP transaction.Richard Mudgett
2013-04-25Merge the pimp_my_sip branch into trunk.Mark Michelson
2013-02-28threadpool: Whitespace and comment corrections.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-15Add doxygen to accessors and increase refcount of taskprocessor before return...Mark Michelson
2013-01-15Make the threadpool listener opaque.Mark Michelson
2013-01-15Address further review feedback from David Lee.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-11Some general cleanup, plus we now send state changes when threads activate.Mark 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-10Add threadpool options and accompanying test.Mark Michelson
2012-12-04Add better listener support.Mark Michelson
2012-12-04Remove zombie state from threadpool altogether.Mark Michelson
2012-12-04Add some doxygen and rearrange code.Mark Michelson
2012-12-03This now compiles.Mark Michelson
2012-11-29Commit some progress towards threadpools.Mark Michelson