Home
last modified time | relevance | path

Searched defs:ignoreLostThreads (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/test-utils/jvm/src/
H A DThreads.kt7 private val ignoreLostThreads = mutableSetOf<String>() in <lambda>() constant
9 fun ignoreLostThreads(vararg s: String) { ignoreLostThreads += s } in <lambda>() method