Searched refs:activeCount (Results 1 – 13 of 13) sorted by relevance
15 estimate = estimate.coerceAtLeast(Thread.activeCount() + 1) in currentThreads()
139 unsigned activeCount = std::count_if( in finalizeContents() local145 assert((!config->isPic || activeCount <= 1) && in finalizeContents()
599 int activeCount = 0; in findNextOp() local605 ++activeCount; in findNextOp()606 if (!foundAngle || (foundDone && activeCount & 1)) { in findNextOp()695 int activeCount = 0; in findNextWinding() local701 ++activeCount; in findNextWinding()702 if (!foundAngle || (foundDone && activeCount & 1)) { in findNextWinding()783 int activeCount = 0; in findNextXor() local789 ++activeCount; in findNextXor()790 if (!foundAngle || (foundDone && activeCount & 1)) { in findNextXor()
58 val threads = arrayOfNulls<Thread>(Thread.activeCount()) in shutdownDispatcherPools()
1158 def activeCount(): function1168 active_count = activeCount
855 aliveThreads = new Thread [group.activeCount () << 1]; in joinNonDeamonThreads()
1342 activeCount = active_count variable
426 threading.activeCount()
46 activeCount()
720 and ``threading.activeCount()`` returns 2 instead of 1.
2536 :meth:`activeCount` method is renamed to :meth:`active_count`. Both
2540 :meth:`activeCount` method is renamed to :meth:`active_count`. Both