Home
last modified time | relevance | path

Searched defs:tryResume (Results 1 – 5 of 5) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuation.kt78 public fun tryResume(value: T, idempotent: Any? = null): Any? in <lambda>() method
90 …public fun tryResume(value: T, idempotent: Any?, onCancellation: ((cause: Throwable) -> Unit)?): A… in <lambda>() method
DBuilders.common.kt242 private fun tryResume(): Boolean { in tryResume() method
DCancellableContinuationImpl.kt285 private fun tryResume(): Boolean { in <lambda>() method
578 override fun tryResume(value: T, idempotent: Any?): Any? = in <lambda>() method
581 …override fun tryResume(value: T, idempotent: Any?, onCancellation: ((cause: Throwable) -> Unit)?):… in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DMutex.kt256 …override fun tryResume(value: Unit, idempotent: Any?, onCancellation: ((cause: Throwable) -> Unit)… in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt840 private fun CancellableContinuation<Unit>.tryResume(onCancellation: ((cause: Throwable) -> Unit)?):… in tryResume() method