Searched refs:dwtfCtor (Results 1 – 1 of 1) sorted by relevance
31 val dwtfCtor = Try { dwtfClass.getDeclaredConstructor() } ?: return in testIsGoodCommonPool() constant32 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()