Searched refs:numThreadsBusy (Results 1 – 2 of 2) sorted by relevance
48 size_t numThreadsBusy; member75 || (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()196 while(!ctx->queueEmpty || ctx->numThreadsBusy > 0) { in POOL_joinJobs()265 return (ctx->numThreadsBusy == ctx->threadLimit) || in isQueueFull()
234 size_t numThreadsBusy; member290 ctx->numThreadsBusy = 0; in TPool_create()327 || (ctx->numThreadsBusy >= ctx->threadLimit) ) { in TPool_thread()340 ctx->numThreadsBusy++; in TPool_thread()350 ctx->numThreadsBusy--; in TPool_thread()382 while(!ctx->queueEmpty || ctx->numThreadsBusy > 0) { in TPool_jobsCompleted()398 return (ctx->numThreadsBusy == ctx->threadLimit) || in isQueueFull()