Home
last modified time | relevance | path

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

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
H A DTestBaseTest.kt11 val threadsBefore = currentThreads() in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
H A DTestUtil.kt29 val threadsBefore = currentThreads() in <lambda>() constant
/aosp_15_r20/external/kotlinx.coroutines/test-utils/jvm/src/
H A DTestBase.kt68 private lateinit var threadsBefore: Set<Thread> variable in kotlinx.coroutines.testing.TestBase