Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/
DCoroutineDebugging.kt46 …fun coroutineBoundary(): StackTraceElement = Exception().artificialFrame(_BOUNDARY::class.java.sim… in coroutineCreation()
51 private class _BOUNDARY in coroutineCreation() class
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test-resources/stacktraces/select/
DtestSelectCompletedAwait.txt3 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestSelectJoin.txt3 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestSelectOnReceive.txt15 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test-resources/stacktraces/timeout/
DtestStacktraceIsRecoveredFromLexicalBlockWhenTriggeredByChild.txt2 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestStacktraceIsRecoveredFromSuspensionPointWithChild.txt2 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestStacktraceIsRecoveredFromSuspensionPoint.txt2 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test-resources/stacktraces/channels/
DtestReceiveFromClosedChannel.txt3 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestSendToClosedChannel.txt3 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestOfferWithContextWrapped.txt3 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestOfferWithCurrentContext.txt3 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestSendFromScope.txt3 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestOfferFromScope.txt3 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestSendToChannel.txt6 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test-resources/stacktraces/resume-mode/
DtestUnconfinedSuspending.txt3 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestEventLoopDispatcherSuspending.txt3 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestNestedUnconfinedSuspending.txt3 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestNestedEventLoopDispatcherSuspending.txt3 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestNestedEventLoopChangedContextSuspending.txt3 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestNestedUnconfinedChangedContextSuspending.txt3 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestEventLoopDispatcher.txt4 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestNestedUnconfined.txt4 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestNestedUnconfinedChangedContext.txt4 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestNestedEventLoopDispatcher.txt4 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)
DtestNestedEventLoopChangedContext.txt4 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt)