Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DStackTraceRecoveryWithTimeoutTest.kt27 suspendForever() in outerWithTimeout()
32 private suspend fun suspendForever() { in suspendForever() method in kotlinx.coroutines.exceptions.StackTraceRecoveryWithTimeoutTest
77 suspendForever() in outerChild()
84 suspendForever() in smallWithTimeout()
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/junit4/
DCoroutinesTimeoutTest.kt33 suspendForever() in <lambda>()
37 private suspend fun suspendForever() { in suspendForever() method in kotlinx.coroutines.debug.junit4.CoroutinesTimeoutTest
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DDebugLeaksTest.kt46 suspendForever() in testAbandonedGlobalCoroutineLeak()
52 private suspend fun suspendForever() = suspendCancellableCoroutine<Unit> { } in <lambda>() method in DebugLeaksTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test-resources/stacktraces/timeout/
DtestStacktraceIsRecoveredFromSuspensionPointWithChild.txt3 …at kotlinx.coroutines.exceptions.StackTraceRecoveryWithTimeoutTest.suspendForever(StackTraceRecove…
DtestStacktraceIsRecoveredFromSuspensionPoint.txt3 …at kotlinx.coroutines.exceptions.StackTraceRecoveryWithTimeoutTest.suspendForever(StackTraceRecove…