Searched refs:POOL_resize (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/tests/collisions/ |
D | pool.h | 45 int POOL_resize(POOL_ctx* ctx, size_t numThreads);
|
D | pool.c | 232 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/ |
D | pool.h | 50 int POOL_resize(POOL_ctx* ctx, size_t numThreads);
|
D | pool.c | 233 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/ |
D | poolTests.c | 136 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/ |
D | zstdmt_compress.c | 1040 if (POOL_resize(mtctx->factory, nbWorkers)) return ERROR(memory_allocation); in ZSTDMT_resize()
|