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()
7010 size_t threadLimit; member7046 || (ctx->numThreadsBusy >= ctx->threadLimit) ) { in POOL_thread()7124 ctx->threadLimit = numThreads; in POOL_create_advanced()7173 ctx->threadLimit = numThreads; in POOL_resize_internal()7193 ctx->threadLimit = numThreads; in POOL_resize_internal()7219 return (ctx->numThreadsBusy == ctx->threadLimit) || in isQueueFull()