Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DEventLoop.kt12 protected actual fun reschedule(now: Long, delayedTask: EventLoopImplBase.DelayedTask): Unit = in reschedule()
16 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.kt13 internal actual object DefaultExecutor : EventLoopImplBase(), Runnable {
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt176 protected fun reschedule(now: Long, delayedTask: EventLoopImplBase.DelayedTask) in delayNanosToMillis()
179 internal abstract class EventLoopImplBase: EventLoopImplPlatform(), Delay { class
431 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()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test-resources/stacktraces/timeout/
DtestStacktraceIsRecoveredFromSuspensionPoint.txt10 at kotlinx.coroutines.EventLoopImplBase$DelayedRunnableTask.run(EventLoop.common.kt:492)