Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt1081 private val _rootCause = atomic(rootCause) in <lambda>() constant
1083 get() = _rootCause.value in <lambda>()
1084 set(value) { _rootCause.value = value } in <lambda>()