Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt157 private const val MAX_DELAY_NS = Long.MAX_VALUE / 2 constant
232 if (timeNanos < MAX_DELAY_NS) { in scheduleResumeAfterDelay()
248 return if (timeNanos < MAX_DELAY_NS) { in scheduleInvokeOnTimeout()