Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt128 private val _state = atomic<Any?>(if (active) EMPTY_ACTIVE else EMPTY_NEW) in <lambda>()
397 if (!_state.compareAndSet(state, EMPTY_ACTIVE)) return RETRY in <lambda>()
599 if (_state.compareAndSet(state, EMPTY_ACTIVE)) return in <lambda>()
1301 private val EMPTY_ACTIVE = Empty(true) in boxIncomplete() constant