Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DCommonPoolTest.kt34 val fjp0: ExecutorService = createFJP(0, fjpCtor, dwtfCtor) ?: return in testIsGoodCommonPool() constant
35 assertFalse(CommonPool.isGoodCommonPool(fjpClass, fjp0)) in testIsGoodCommonPool()
36 fjp0.shutdown() in testIsGoodCommonPool()