Home
last modified time | relevance | path

Searched refs:activeCount (Results 1 – 13 of 13) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DThreads.kt15 estimate = estimate.coerceAtLeast(Thread.activeCount() + 1) in currentThreads()
/external/llvm-project/lld/wasm/
DOutputSections.cpp139 unsigned activeCount = std::count_if( in finalizeContents() local
145 assert((!config->isPic || activeCount <= 1) && in finalizeContents()
/external/skqp/src/pathops/
DSkOpSegment.cpp599 int activeCount = 0; in findNextOp() local
605 ++activeCount; in findNextOp()
606 if (!foundAngle || (foundDone && activeCount & 1)) { in findNextOp()
695 int activeCount = 0; in findNextWinding() local
701 ++activeCount; in findNextWinding()
702 if (!foundAngle || (foundDone && activeCount & 1)) { in findNextWinding()
783 int activeCount = 0; in findNextXor() local
789 ++activeCount; in findNextXor()
790 if (!foundAngle || (foundDone && activeCount & 1)) { in findNextXor()
/external/skia/src/pathops/
DSkOpSegment.cpp599 int activeCount = 0; in findNextOp() local
605 ++activeCount; in findNextOp()
606 if (!foundAngle || (foundDone && activeCount & 1)) { in findNextOp()
695 int activeCount = 0; in findNextWinding() local
701 ++activeCount; in findNextWinding()
702 if (!foundAngle || (foundDone && activeCount & 1)) { in findNextWinding()
783 int activeCount = 0; in findNextXor() local
789 ++activeCount; in findNextXor()
790 if (!foundAngle || (foundDone && activeCount & 1)) { in findNextXor()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
DTestUtil.kt58 val threads = arrayOfNulls<Thread>(Thread.activeCount()) in shutdownDispatcherPools()
/external/python/cpython2/Lib/
Dthreading.py1158 def activeCount(): function
1168 active_count = activeCount
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java855 aliveThreads = new Thread [group.activeCount () << 1]; in joinNonDeamonThreads()
/external/python/cpython3/Lib/
Dthreading.py1342 activeCount = active_count variable
/external/python/cpython3/Lib/test/
Dtest_threading.py426 threading.activeCount()
/external/python/cpython2/Doc/library/
Dthreading.rst46 activeCount()
/external/python/cpython3/Doc/library/
Didle.rst720 and ``threading.activeCount()`` returns 2 instead of 1.
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2536 :meth:`activeCount` method is renamed to :meth:`active_count`. Both
/external/python/cpython3/Doc/whatsnew/
D2.6.rst2540 :meth:`activeCount` method is renamed to :meth:`active_count`. Both