Searched refs:POOL_create (Results 1 – 7 of 7) sorted by relevance
/external/zstd/tests/ |
D | poolTests.c | 46 POOL_ctx* const ctx = POOL_create(numThreads, queueSize); in testOrder() 77 POOL_ctx* const ctx = POOL_create(numThreads, queueSize); in testWait() 157 POOL_ctx* const ctx = POOL_create(4 /*nbThreads*/, 2 /*queueSize*/); in testThreadReduction() 194 POOL_ctx* const ctx = POOL_create(3 /*numThreads*/, nbWaits /*queueSize*/); in testAbruptEnding_internal() 231 if (POOL_create(0, 1)) { /* should not be possible */ in main()
|
/external/zstd/lib/common/ |
D | pool.c | 109 return POOL_create (numThreads, 0); in ZSTD_createThreadPool() 112 POOL_ctx* POOL_create(size_t numThreads, size_t queueSize) { in POOL_create() function 312 POOL_ctx* POOL_create(size_t numThreads, size_t queueSize) { in POOL_create() function
|
D | pool.h | 31 POOL_ctx* POOL_create(size_t numThreads, size_t queueSize);
|
/external/zstd/contrib/seekable_format/examples/ |
D | parallel_processing.c | 140 POOL_ctx* pool = POOL_create(nbThreads, nbThreads); in sumFile_orDie()
|
D | parallel_compression.c | 125 POOL_ctx* pool = POOL_create(nbThreads, nbThreads); in compressFile_orDie()
|
/external/zstd/lib/dictBuilder/ |
D | fastcover.c | 664 pool = POOL_create(nbThreads, 1); in ZDICT_optimizeTrainFromBuffer_fastCover()
|
D | cover.c | 1156 pool = POOL_create(nbThreads, 1); in ZDICT_optimizeTrainFromBuffer_cover()
|