Home
last modified time | relevance | path

Searched refs:POOL_resize (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/tests/collisions/
Dpool.h45 int POOL_resize(POOL_ctx* ctx, size_t numThreads);
Dpool.c232 int POOL_resize(POOL_ctx* ctx, size_t numThreads) in POOL_resize() function
322 int POOL_resize(POOL_ctx* ctx, size_t numThreads) { in POOL_resize() function
/external/zstd/lib/common/
Dpool.h50 int POOL_resize(POOL_ctx* ctx, size_t numThreads);
Dpool.c233 int POOL_resize(POOL_ctx* ctx, size_t numThreads) in POOL_resize() function
328 int POOL_resize(POOL_ctx* ctx, size_t numThreads) { in POOL_resize() function
/external/zstd/tests/
DpoolTests.c136 ASSERT_EQ( POOL_resize(ctx, 2/*nbThreads*/) , 0 ); in testThreadReduction_internal()
202 …ASSERT_EQ( POOL_resize(ctx, 1 /*numThreads*/) , 0 ); /* downsize numThreads, to try to break end… in testAbruptEnding_internal()
/external/zstd/lib/compress/
Dzstdmt_compress.c1040 if (POOL_resize(mtctx->factory, nbWorkers)) return ERROR(memory_allocation); in ZSTDMT_resize()