Home
last modified time | relevance | path

Searched refs:detachChild (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCoroutineDispatcher.kt104 (continuation as DispatchedContinuation<*>).reusableCancellableContinuation?.detachChild() in isDispatchNeeded()
DCancellableContinuationImpl.kt106 detachChild() in <lambda>()
453 if (!isReusable()) detachChild() in <lambda>()
460 internal fun detachChild() { in <lambda>() method