Home
last modified time | relevance | path

Searched refs:withVirtualTimeSource (Results 1 – 5 of 5) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DTickerChannelTest.kt12 fun testFixedDelayChannelBackpressure() = withVirtualTimeSource { in <lambda>()
29 fun testDelayChannelBackpressure() = withVirtualTimeSource { in <lambda>()
48 fun testDelayChannelBackpressure2() = withVirtualTimeSource { in <lambda>()
DTickerChannelCommonTest.kt38 fun testDelay() = withVirtualTimeSource { in invoke()
56 fun testInitialDelay() = withVirtualTimeSource { in <lambda>()
75 fun testReceive() = withVirtualTimeSource { in <lambda>()
96 fun testComplexOperator() = withVirtualTimeSource { in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DDefaultExecutorStressTest.kt41 fun testWorkerShutdown() = withVirtualTimeSource { in <lambda>()
DVirtualTimeSource.kt13 internal inline fun withVirtualTimeSource(log: PrintStream? = null, block: () -> Unit) { in withVirtualTimeSource() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
DTestUtil.kt37 withVirtualTimeSource(log) { in <lambda>()