Home
last modified time | relevance | path

Searched refs:onCancellationConstructor (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt136 public val onCancellationConstructor: OnCancellationConstructor? in invoke() constant
174 override val onCancellationConstructor: OnCancellationConstructor? = null constant in kotlinx.coroutines.selects.SelectClause0Impl
189 override val onCancellationConstructor: OnCancellationConstructor? = null constant in kotlinx.coroutines.selects.SelectClause1Impl
201 override val onCancellationConstructor: OnCancellationConstructor? = null constant in kotlinx.coroutines.selects.SelectClause2Impl
442 …a(clauseObject, regFunc, processResFunc, PARAM_CLAUSE_0, block, onCancellationConstructor).registe… in trySelect()
444 …ClauseData(clauseObject, regFunc, processResFunc, null, block, onCancellationConstructor).register… in trySelect()
446 …ClauseData(clauseObject, regFunc, processResFunc, param, block, onCancellationConstructor).registe… in trySelect()
766 @JvmField val onCancellationConstructor: OnCancellationConstructor? in trySelect() constant in kotlinx.coroutines.selects.SelectImplementation.ClauseData
836 onCancellationConstructor?.invoke(select, param, internalResult) in trySelect()
DSelectUnbiased.kt44 …ClauseData(clauseObject, regFunc, processResFunc, PARAM_CLAUSE_0, block, onCancellationConstructor) in invoke()
48 …gister += ClauseData(clauseObject, regFunc, processResFunc, null, block, onCancellationConstructor) in invoke()
52 …ister += ClauseData(clauseObject, regFunc, processResFunc, param, block, onCancellationConstructor) in invoke()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/sync/
DMutex.kt232 onCancellationConstructor = onSelectCancellationUnlockConstructor
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DBufferedChannel.kt1489 onCancellationConstructor = onUndeliveredElementReceiveCancellationConstructor in <lambda>()
1498 onCancellationConstructor = onUndeliveredElementReceiveCancellationConstructor in <lambda>()
1507 onCancellationConstructor = onUndeliveredElementReceiveCancellationConstructor in <lambda>()