Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/
DSharingStressTest.kt68 val emitIndex = AtomicLong() in <lambda>() constant
77 val value = emitIndex.getAndIncrement() in <lambda>()
110 val fromEmitIndex = emitIndex.get() in <lambda>()
115 … } while (emitIndex.get() < waitEmitIndex) // Ok, enough was emitted, wait more if not in <lambda>()
/external/llvm-project/clang-tools-extra/unittests/clang-doc/
DGeneratorTest.cpp18 TEST(GeneratorTest, emitIndex) { in TEST() argument