Searched defs:cCurThreads (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dreqpool.cpp151 uint32_t cCurThreads; member in struct:RTREQPOOLINT
227 uint32_t const iStep = pPool->cCurThreads - pPool->cThreadsPushBackThreshold;
265 Assert(pPool->cCurThreads > 0);
266 pPool->cCurThreads--;
418 else if (pPool->cCurThreads > pPool->cMinThreads)
459 pPool->cCurThreads++;
468 pPool->cCurThreads--;
564 || pPool->cCurThreads >= pPool->cMaxThreads)
573 if ( pPool->cCurThreads > pPool->cThreadsPushBackThreshold
674 pPool->cCurThreads
[all...]

Completed in 43 milliseconds