Searched refs:TimeSource (Results 1 – 7 of 7) sorted by relevance
55 internal var schedulerTimeSource: TimeSource = NanoTimeSource111 internal abstract class TimeSource { in toString() class115 internal object NanoTimeSource : TimeSource() {
13 internal interface TimeSource { interface27 internal var timeSource: TimeSource? = null in currentTimeMillis()
8 internal class TestTimeSource(var time: Long) : TimeSource() {
15 import kotlin.time.TimeSource in <lambda>()21 private val testStarted = TimeSource.Monotonic.markNow() in <lambda>()
88 + // To introduce TimeSource::MOCK_TIME behaves same as90 + using TimeSource = MainThreadType;
45 ) : TimeSource { in toString()
960 …`runBlocking`. It internally supports non-default `TimeSource` so that delay-using tests can be wr…