Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DEventLoop.kt11 protected actual fun reschedule(now: Long, delayedTask: EventLoopImplBase.DelayedTask): Unit = in reschedule()
15 internal class EventLoopImpl: EventLoopImplBase() { in reschedule()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DEventLoop.kt16 protected actual fun reschedule(now: Long, delayedTask: EventLoopImplBase.DelayedTask) { in reschedule()
24 ) : EventLoopImplBase()
DDefaultExecutor.kt12 internal actual object DefaultExecutor : EventLoopImplBase(), Runnable {
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt175 protected fun reschedule(now: Long, delayedTask: EventLoopImplBase.DelayedTask) in delayNanosToMillis()
178 internal abstract class EventLoopImplBase: EventLoopImplPlatform(), Delay { class
425 fun scheduleTask(now: Long, delayed: DelayedTaskQueue, eventLoop: EventLoopImplBase): Int { in timeToExecute()
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DEventLoop.kt19 …protected actual fun reschedule(now: Long, delayedTask: EventLoopImplBase.DelayedTask): Unit = uns… in unpark()