Searched refs:threadLimit (Results 1 – 2 of 2) sorted by relevance
39 size_t threadLimit; member75 || (ctx->numThreadsBusy >= ctx->threadLimit) ) { in POOL_thread()157 ctx->threadLimit = numThreads; in POOL_create_advanced()208 ctx->threadLimit = numThreads; in POOL_resize_internal()228 ctx->threadLimit = numThreads; in POOL_resize_internal()254 return (ctx->numThreadsBusy == ctx->threadLimit) || in isQueueFull()
7009 size_t threadLimit; member7045 || (ctx->numThreadsBusy >= ctx->threadLimit) ) { in POOL_thread()7123 ctx->threadLimit = numThreads; in POOL_create_advanced()7172 ctx->threadLimit = numThreads; in POOL_resize_internal()7192 ctx->threadLimit = numThreads; in POOL_resize_internal()7218 return (ctx->numThreadsBusy == ctx->threadLimit) || in isQueueFull()