Home
last modified time | relevance | path

Searched defs:dispatchYield (Results 1 – 12 of 12) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DDispatcher.kt42 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in toString() method
84 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in dispatchYield() method
114 override fun dispatchYield(context: CoroutineContext, block: Runnable): Unit = in toString() method in kotlinx.coroutines.scheduling.SchedulerCoroutineDispatcher
DDeprecated.kt57 override fun dispatchYield(context: CoroutineContext, block: Runnable): Unit = in dispatchYield() method in kotlinx.coroutines.scheduling.ExperimentalCoroutineDispatcher
168 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in createScheduler() method in kotlinx.coroutines.scheduling.LimitingDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCoroutineDispatcher.kt150 …public open fun dispatchYield(context: CoroutineContext, block: Runnable): Unit = dispatch(context… in dispatch() method in kotlinx.coroutines.CoroutineDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
DTestCoroutineDispatcher.kt52 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in dispatchYield() method in kotlinx.coroutines.test.TestCoroutineDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/nativeOther/src/
DDispatchers.kt30 override fun dispatchYield(context: CoroutineContext, block: Runnable) = notImplemented() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DDispatchers.kt32 …override fun dispatchYield(context: CoroutineContext, block: Runnable) = delegate.dispatchYield(co… method in kotlinx.coroutines.JsMainDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DDispatchers.kt45 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in dispatchYield() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DCoroutineDispatcherOperatorFunInvokeTest.kt73 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in String() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DLimitedDispatcher.kt54 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in <lambda>() method
DDispatchedContinuation.kt261 internal fun dispatchYield(context: CoroutineContext, value: T) { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/internal/
DTestMainDispatcher.kt33 …override fun dispatchYield(context: CoroutineContext, block: Runnable) = delegate.value.dispatchYi… in dispatch() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DSchedulerTestBase.kt105 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in blocking() method