Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DCommonPoolTest.kt31 val dwtfCtor = Try { dwtfClass.getDeclaredConstructor() } ?: return in testIsGoodCommonPool() constant
32 dwtfCtor.isAccessible = true in testIsGoodCommonPool()
34 val fjp0: ExecutorService = createFJP(0, fjpCtor, dwtfCtor) ?: return in testIsGoodCommonPool()
38 val fjp1: ExecutorService = createFJP(1, fjpCtor, dwtfCtor) ?: return in testIsGoodCommonPool()
46 dwtfCtor: Constructor<out Any> in createFJP()
50 dwtfCtor.newInstance(), in createFJP()