]> git.ipfire.org Git - thirdparty/zstd.git/commit
added extended POOL test
authorYann Collet <cyan@fb.com>
Thu, 21 Jun 2018 21:58:59 +0000 (14:58 -0700)
committerYann Collet <cyan@fb.com>
Thu, 21 Jun 2018 21:58:59 +0000 (14:58 -0700)
commit818e72b4d5377cb9d9b18106f77bfe2a73268a89
treefb5609bd67f12fc76e45877b7df55eee869d348d
parent7d80ada5caa31c1d964e960f86670238473041a5
added extended POOL test

abrupt end + downsizing with running jobs remaining in queue.

also : POOL_resize() requires numThreads >= 1
lib/common/pool.c
lib/common/pool.h
tests/poolTests.c