Home
last modified time | relevance | path

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

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
H A DStacktraceUtils.kt88 val threadStackTrace: List<String>, constant in kotlinx.coroutines.debug.CoroutineDump
108 val threadStackTrace = mutableListOf<String>() in parse() constant
115 require(trace !== threadStackTrace) { in parse()
118 trace = threadStackTrace in parse()
123 return CoroutineDump(header, coroutineStackTrace, threadStackTrace, dump, lines[0]) in parse()
133 verifyStackTrace("thread stack", threadStackTrace, expected.threadStackTrace) in verify()