Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt237 val casSuccess = _state.compareAndSet(state, finalState.boxIncomplete()) in <lambda>()
292 if (!_state.compareAndSet(state, update.boxIncomplete())) return false in <lambda>()
1281 internal fun Any?.boxIncomplete(): Any? = if (this is Incomplete) IncompleteStateBox(this) else this in boxIncomplete() method