Home
last modified time | relevance | path

Searched refs:createFJP (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()
38 val fjp1: ExecutorService = createFJP(1, fjpCtor, dwtfCtor) ?: return in testIsGoodCommonPool()
43 private fun createFJP( in createFJP() method