Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DDispatchedTask.kt45 internal const val MODE_UNINITIALIZED = -1 constant
82 assert { resumeMode != MODE_UNINITIALIZED } // should have been set before dispatching in getSuccessfulResult()
151 assert { mode != MODE_UNINITIALIZED } // invalid mode value for this method in dispatch()
DDispatchedContinuation.kt22 ) : DispatchedTask<T>(MODE_UNINITIALIZED), CoroutineStackFrame, Continuation<T> by continuation { in <lambda>()
284 assert { mode != MODE_UNINITIALIZED } // invalid execution mode in executeUnconfined()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuationImpl.kt31 assert { resumeMode != MODE_UNINITIALIZED } // invalid mode for CancellableContinuationImpl in <lambda>()