Home
last modified time | relevance | path

Searched defs:wasIndex (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/test-utils/common/src/
H A DTestBase.common.kt62 val wasIndex = actionIndex.incrementAndGet() in assertRunsFast() constant
71 val wasIndex = actionIndex.getAndSet(Int.MIN_VALUE) + 1 in assertRunsFast() constant