Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt144 private const val SCHEDULE_COMPLETED = 1 constant
356 SCHEDULE_COMPLETED -> reschedule(now, delayedTask) in schedule()
365 if (isCompleted) return SCHEDULE_COMPLETED in shouldUnpark()
428 … if (eventLoop.isCompleted) return SCHEDULE_COMPLETED // non-local return from scheduleTask in timeToExecute()