Searched refs:threadLimit (Results 1 – 2 of 2) sorted by relevance
39 size_t threadLimit; member75 || (ctx->numThreadsBusy >= ctx->threadLimit) ) { in POOL_thread()159 ctx->threadLimit = numThreads; in POOL_create_advanced()210 ctx->threadLimit = numThreads; in POOL_resize_internal()230 ctx->threadLimit = numThreads; in POOL_resize_internal()256 return (ctx->numThreadsBusy == ctx->threadLimit) || in isQueueFull()
40 size_t threadLimit; member76 || (ctx->numThreadsBusy >= ctx->threadLimit) ) { in POOL_thread()154 ctx->threadLimit = numThreads; in POOL_create_advanced()203 ctx->threadLimit = numThreads; in POOL_resize_internal()223 ctx->threadLimit = numThreads; in POOL_resize_internal()249 return (ctx->numThreadsBusy == ctx->threadLimit) || in isQueueFull()