Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/src/
DTestCoroutineDispatcher.kt86 TimedRunnable(block, _counter.getAndIncrement(), safePlus(currentTime, delayTime)) in <lambda>()
91 private fun safePlus(currentTime: Long, delayTime: Long): Long { in <lambda>() method