Searched refs:activeCount (Results 1 – 7 of 7) sorted by relevance
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()
1456 def activeCount(): function
490 threading.activeCount()
1028 - ``activeCount`` => :func:`threading.active_count`
45 The function ``activeCount`` is a deprecated alias for this function.
1721 * ``threading.activeCount`` => :func:`threading.active_count`
2540 :meth:`activeCount` method is renamed to :meth:`active_count`. Both