HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_CCtx_refThreadPool (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/zstd/dist/examples/
streaming_compression_thread_pool.c 52 size_t r = ZSTD_CCtx_refThreadPool(cctx, args->pool);
53 CHECK(r == 0, "ZSTD_CCtx_refThreadPool failed!");
  /src/external/bsd/zstd/dist/lib/
zstd.h 1818 * ZSTD_CCtx_refThreadPool assigns a thread pool to a context (use NULL argument value
1825 ZSTDLIB_STATIC_API size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool);
  /src/external/bsd/zstd/dist/tests/
fuzzer.c 358 if (ZSTD_isError(ZSTD_CCtx_refThreadPool(args->cctx, args->pool))) args->err = 1;
388 err = ZSTD_CCtx_refThreadPool(cctx, pool);
430 ZSTD_CCtx_refThreadPool(cctx1, pool);
431 ZSTD_CCtx_refThreadPool(cctx2, pool);
  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c 1329 size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool)

Completed in 40 milliseconds