Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/junit/
DCoroutinesTimeoutImpl.kt63 cancellationException.attachStacktraceFrom(testThread) in handleTimeout()
78 private fun Throwable.attachStacktraceFrom(thread: Thread) { in attachStacktraceFrom() method