Home
last modified time | relevance | path

Searched defs:probeCoroutineResumed (Results 1 – 8 of 8) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
DProbesSupport.kt9 internal actual inline fun <T> probeCoroutineResumed(completion: Continuation<T>) { } in probeCoroutineCreated() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DProbesSupport.common.kt7 internal expect inline fun <T> probeCoroutineResumed(completion: Continuation<T>): Unit method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/internal/
DProbesSupport.kt9 internal actual inline fun <T> probeCoroutineResumed(completion: Continuation<T>) { } in probeCoroutineCreated() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DProbesSupport.kt10 internal actual inline fun <T> probeCoroutineResumed(completion: Continuation<T>) { in probeCoroutineCreated() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbes.kt14 internal fun probeCoroutineResumed(frame: Continuation<*>) = DebugProbesImpl.probeCoroutineResumed(… method
DDebugProbesImpl.kt419 internal fun probeCoroutineResumed(frame: Continuation<*>) = updateState(frame, RUNNING) in <lambda>() method
/external/kotlinx.coroutines/integration-testing/src/debugAgentTest/kotlin/
DDebugProbes.kt9 internal fun probeCoroutineResumed(frame: Continuation<*>) = DebugProbesImpl.probeCoroutineResumed(… method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/resources/
DDebugProbesKt.binDebugProbes.kt package kotlin.coroutines.jvm.internal public final kotlin.coroutines.jvm. ...