Home
last modified time | relevance | path

Searched refs:pendingCount (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/scheduler/
DForkJoinBenchmark.kt131 pendingCount = 2 in compute()
/external/replicaisland/src/com/replica/replicaisland/
DCollisionSystem.java77 final int pendingCount = mPendingTemporarySegments.getCount(); in reset() local
78 for (int x = 0; x < pendingCount; x++) { in reset()