]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed: bug when counting nb of active threads
authorYann Collet <cyan@fb.com>
Thu, 21 Jun 2018 00:18:57 +0000 (17:18 -0700)
committerYann Collet <cyan@fb.com>
Thu, 21 Jun 2018 01:28:49 +0000 (18:28 -0700)
commit6de249c1c61e19071af1b28d09f39b41484772d4
tree1ca79f9c2121211e6dd4ec5496afcc755e675902
parent6b48eb12c04faa34e6c950c0206b149edcc1f828
fixed: bug when counting nb of active threads

when queueSize > 1

also : added a test in testpool.c
       verifying resizing is effective.
lib/common/pool.c
tests/poolTests.c