Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DAbstractTimeSource.kt19 abstract fun registerTimeLoopThread() in currentTimeMillis() method in kotlinx.coroutines.AbstractTimeSource
52 internal inline fun registerTimeLoopThread() { in registerTimeLoopThread() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DVirtualTimeSource.kt82 override fun registerTimeLoopThread() { in toString() method in kotlinx.coroutines.VirtualTimeSource