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.kt39 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in toString() method
86 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in dispatchYield() method
116 override fun dispatchYield(context: CoroutineContext, block: Runnable): Unit { in toString() method in kotlinx.coroutines.scheduling.SchedulerCoroutineDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DNamedDispatcher.kt20 …override fun dispatchYield(context: CoroutineContext, block: Runnable) = dispatcher.dispatchYield(… in <lambda>() method
DLimitedDispatcher.kt50 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in <lambda>() method
DDispatchedContinuation.kt242 internal fun dispatchYield(context: CoroutineContext, value: T) { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCoroutineDispatcher.kt231 …public open fun dispatchYield(context: CoroutineContext, block: Runnable): Unit = safeDispatch(con… in limitedParallelism() method in kotlinx.coroutines.CoroutineDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/nativeOther/src/
DDispatchers.kt26 override fun dispatchYield(context: CoroutineContext, block: Runnable) = notImplemented() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
DTestCoroutineDispatcher.kt37 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in dispatchYield() method in kotlinx.coroutines.test.TestCoroutineDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/
DDispatchers.kt30 …override fun dispatchYield(context: CoroutineContext, block: Runnable) = delegate.dispatchYield(co… method in kotlinx.coroutines.JsMainDispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DDispatchers.kt40 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in dispatchYield() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DCoroutineDispatcherOperatorFunInvokeTest.kt70 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in String() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DSchedulerTestBase.kt108 override fun dispatchYield(context: CoroutineContext, block: Runnable) { in blocking() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/internal/
DTestMainDispatcher.kt34 …override fun dispatchYield(context: CoroutineContext, block: Runnable) = dispatcher.dispatchYield(… in dispatch() method