Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dpool.c48 size_t numThreadsBusy; member
75 || (ctx->numThreadsBusy >= ctx->threadLimit) ) { in POOL_thread()
88 ctx->numThreadsBusy++; in POOL_thread()
98 ctx->numThreadsBusy--; in POOL_thread()
132 ctx->numThreadsBusy = 0; in POOL_create_advanced()
254 return (ctx->numThreadsBusy == ctx->threadLimit) || in isQueueFull()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c7019 size_t numThreadsBusy; member
7046 || (ctx->numThreadsBusy >= ctx->threadLimit) ) { in POOL_thread()
7059 ctx->numThreadsBusy++; in POOL_thread()
7069 ctx->numThreadsBusy--; in POOL_thread()
7099 ctx->numThreadsBusy = 0; in POOL_create_advanced()
7219 return (ctx->numThreadsBusy == ctx->threadLimit) || in isQueueFull()