Home
last modified time | relevance | path

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

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
H A DDispatchers.kt13 private val mainDispatcher = createMainDispatcher(Default)
52 internal expect fun createMainDispatcher(default: CoroutineDispatcher): MainCoroutineDispatcher method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/nativeOther/src/
H A DDispatchers.kt6 internal actual fun createMainDispatcher(default: CoroutineDispatcher): MainCoroutineDispatcher = in createMainDispatcher() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/nativeDarwin/src/
H A DDispatchers.kt14 internal actual fun createMainDispatcher(default: CoroutineDispatcher): MainCoroutineDispatcher = D… in isMainThread() method