Searched refs:unregisterTimeLoopThread (Results 1 – 4 of 4) sorted by relevance
20 abstract fun unregisterTimeLoopThread() in currentTimeMillis() method in kotlinx.coroutines.AbstractTimeSource57 internal inline fun unregisterTimeLoopThread() { in unregisterTimeLoopThread() method58 timeSource?.unregisterTimeLoopThread() in unregisterTimeLoopThread()
94 unregisterTimeLoopThread() in joinBlocking()
127 unregisterTimeLoopThread() in invokeOnTimeout()
88 override fun unregisterTimeLoopThread() { in toString() method in kotlinx.coroutines.VirtualTimeSource