Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt129 private val _state = atomic<Any?>(if (active) EMPTY_ACTIVE else EMPTY_NEW) in <lambda>()
1303 private val EMPTY_NEW = Empty(false) in boxIncomplete() constant