Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstdmt_compress.c752 unsigned singleBlockingThread; member
1237 …mtctx->singleBlockingThread = (pledgedSrcSize <= ZSTDMT_JOBSIZE_MIN); /* do not trigger multi-thr… in ZSTDMT_initCStream_internal()
1238 if (mtctx->singleBlockingThread) { in ZSTDMT_initCStream_internal()
1720 if (mtctx->singleBlockingThread) { /* delegate to single-thread (synchronous) */ in ZSTDMT_compressStream_generic()
1820 if (mtctx->singleBlockingThread) in ZSTDMT_flushStream()
1828 if (mtctx->singleBlockingThread) in ZSTDMT_endStream()