Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DThreads.kt48 val threadsAfter = currentThreads() in checkTestThreads() constant
49 diff = (threadsAfter - threadsBefore).filter { thread -> in checkTestThreads()