Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt203 val scope = SelectBuilderImpl(uCont) in trySelect()
235 internal class SelectBuilderImpl<in R>( in next() class
546 val impl = affected as SelectBuilderImpl<*> in next()
566 @JvmField val impl: SelectBuilderImpl<*>, in next()
629 registerSelectClause0(this@SelectBuilderImpl, block) in next()
633 registerSelectClause1(this@SelectBuilderImpl, block) in next()
637 registerSelectClause2(this@SelectBuilderImpl, param, block) in next()
DSelectUnbiased.kt35 val instance = SelectBuilderImpl(uCont)
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/selects/
DSelectChannelStressTest.kt72 this as SelectBuilderImpl // type assertion in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/selects/
DSelectArrayChannelTest.kt387 this as SelectBuilderImpl // type assertion in <lambda>()
DSelectRendezvousChannelTest.kt446 this as SelectBuilderImpl // type assertion in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api1194 public final class kotlinx/coroutines/selects/SelectBuilderImpl : kotlinx/coroutines/internal/LockF…
1251 public final fun getInstance ()Lkotlinx/coroutines/selects/SelectBuilderImpl;