Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DUnconfined.kt27 yieldContext.dispatcherWasUnconfined = true in isDispatchNeeded()
46 var dispatcherWasUnconfined = false in toString() variable
DYield.kt43 if (yieldContext.dispatcherWasUnconfined) { in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestCoroutineDispatchers.kt106 yieldContext.dispatcherWasUnconfined = true in UnconfinedTestDispatcher()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api616 public field dispatcherWasUnconfined Z