Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DTasks.kt55 internal var schedulerTimeSource: TimeSource = NanoTimeSource
111 internal abstract class TimeSource { in toString() class
115 internal object NanoTimeSource : TimeSource() {
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DTimeSource.kt13 internal interface TimeSource { interface
27 internal var timeSource: TimeSource? = null in currentTimeMillis()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DTestTimeSource.kt8 internal class TestTimeSource(var time: Long) : TimeSource() {
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/
DSharingStressTest.kt15 import kotlin.time.TimeSource in <lambda>()
21 private val testStarted = TimeSource.Monotonic.markNow() in <lambda>()
/external/libchrome/libchrome_tools/patches/
Dr680000-forward-compatibility-patch-part-2.patch88 + // To introduce TimeSource::MOCK_TIME behaves same as
90 + using TimeSource = MainThreadType;
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DVirtualTimeSource.kt45 ) : TimeSource { in toString()
/external/kotlinx.coroutines/
DCHANGES.md960 …`runBlocking`. It internally supports non-default `TimeSource` so that delay-using tests can be wr…