Searched refs:CoroutineOwner (Results 1 – 2 of 2) sorted by relevance
29 private val capturedCoroutinesMap = ConcurrentWeakMap<CoroutineOwner<*>, Boolean>() in <lambda>()30 private val capturedCoroutines: Set<CoroutineOwner<*>> get() = capturedCoroutinesMap.keys in <lambda>()146 …private inline fun <R : Any> dumpCoroutinesInfoImpl(crossinline create: (CoroutineOwner<*>, Corout… in <lambda>()270 private fun CoroutineOwner<*>.isFinished(): Boolean { in <lambda>() method466 private fun updateState(owner: CoroutineOwner<*>, frame: Continuation<*>, state: String) { in <lambda>()471 … private fun Continuation<*>.owner(): CoroutineOwner<*>? = (this as? CoroutineStackFrame)?.owner() in <lambda>()473 private tailrec fun CoroutineStackFrame.owner(): CoroutineOwner<*>? = in <lambda>()474 if (this is CoroutineOwner<*>) this else callerFrame?.owner() in <lambda>()511 val owner = CoroutineOwner(completion, info) in <lambda>()518 private fun probeCoroutineCompleted(owner: CoroutineOwner<*>) { in <lambda>()[all …]
946 public final class kotlinx/coroutines/debug/internal/DebugProbesImpl$CoroutineOwner : kotlin/corout…