Searched refs:MODE_UNINITIALIZED (Results 1 – 3 of 3) sorted by relevance
45 internal const val MODE_UNINITIALIZED = -1 constant82 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()
22 ) : DispatchedTask<T>(MODE_UNINITIALIZED), CoroutineStackFrame, Continuation<T> by continuation { in <lambda>()284 assert { mode != MODE_UNINITIALIZED } // invalid execution mode in executeUnconfined()
31 assert { resumeMode != MODE_UNINITIALIZED } // invalid mode for CancellableContinuationImpl in <lambda>()