Home
last modified time | relevance | path

Searched defs:newFixedThreadPoolContext (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/src/
DMultithreadedDispatchers.common.kt65 public expect fun newFixedThreadPoolContext(nThreads: Int, name: String): CloseableCoroutineDispatc… method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DThreadPoolDispatcher.kt9 public actual fun newFixedThreadPoolContext(nThreads: Int, name: String): ExecutorCoroutineDispatch… in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/knit/
DClosedAfterGuideTestExecutor.kt10 internal fun newFixedThreadPoolContext(nThreads: Int, name: String): ExecutorCoroutineDispatcher = in newSingleThreadContext() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DMultithreadedDispatchers.kt15 public actual fun newFixedThreadPoolContext(nThreads: Int, name: String): CloseableCoroutineDispatc… in newFixedThreadPoolContext() method