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.kt145 private const val SCHEDULE_COMPLETED = 1 constant
362 SCHEDULE_COMPLETED -> reschedule(now, delayedTask) in schedule()
371 if (isCompleted) return SCHEDULE_COMPLETED in shouldUnpark()
434 … if (eventLoop.isCompleted) return SCHEDULE_COMPLETED // non-local return from scheduleTask in timeToExecute()