Add auto-increment option and accompanying test.
authorMark Michelson <mmichelson@digium.com>
Tue, 11 Dec 2012 16:34:00 +0000 (16:34 +0000)
committerMark Michelson <mmichelson@digium.com>
Tue, 11 Dec 2012 16:34:00 +0000 (16:34 +0000)
commit8760e32ae380f65420799c290f7b92d40cd7926c
tree21f110cf8fd84476baee7e0fea62f4776db12055
parent29fc1227839155658ca899cdfa179673c88e1ee2
Add auto-increment option and accompanying test.

This allows for the threadpool to automatically grow if tasks
are pushed to it and no idle threads are currently available.

git-svn-id: https://origsvn.digium.com/svn/asterisk/team/mmichelson/threadpool@377803 65c4cc65-6c06-0410-ace0-fbb531ad65f3
include/asterisk/threadpool.h
main/threadpool.c
tests/test_threadpool.c