Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DEventLoop.kt16 protected actual open fun reschedule(now: Long, delayedTask: EventLoopImplBase.DelayedTask) { in reschedule()
23 ) : EventLoopImplBase()
DDefaultExecutor.kt28 internal actual object DefaultExecutor : EventLoopImplBase(), Runnable {
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DEventLoop.kt23 protected actual fun reschedule(now: Long, delayedTask: EventLoopImplBase.DelayedTask) { in reschedule()
32 internal class EventLoopImpl: EventLoopImplBase() {
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DThreadSafeHeapStressTest.kt13 private class DisposableNode : EventLoopImplBase.DelayedTask(1L) {
20 val heap = EventLoopImplBase.DelayedTaskQueue(1) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt181 protected fun reschedule(now: Long, delayedTask: EventLoopImplBase.DelayedTask) in delayNanosToMillis()
184 internal abstract class EventLoopImplBase: EventLoopImplPlatform(), Delay { class
442 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)