Home
last modified time | relevance | path

Searched defs:cancellable (Results 1 – 7 of 7) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuation.kt315 … val cancellable = CancellableContinuationImpl(uCont.intercepted(), resumeMode = MODE_CANCELLABLE) in suspendCancellableCoroutine() constant
333 val cancellable = getOrCreateCancellableContinuation(uCont.intercepted()) in suspendCancellableCoroutineReusable() constant
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/tailcall/
DSimpleChannelBenchmark.kt25 fun cancellable() = runBlocking { in <lambda>() method in benchmarks.tailcall.SimpleChannelBenchmark
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DLint.kt23 public fun <T> SharedFlow<T>.cancellable(): Flow<T> = noImpl() in cancellable() method
DContext.kt257 public fun <T> Flow<T>.cancellable(): Flow<T> = in cancellable() method
/external/grpc-grpc-java/context/src/test/java/io/grpc/
DContextTest.java912 Context.CancellableContext cancellable = blue.withCancellation(); in cancellableAncestorIntegrationTest() local
927 Context.CancellableContext cancellable = Context.current().withCancellation(); in cancellableAncestorFork() local
934 Context.CancellableContext cancellable = Context.current().withCancellation(); in cancellableContext_closeCancelsWithNullCause() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DChannelUndeliveredElementStressTest.kt67 private inline fun cancellable(done: Channel<Boolean>, block: () -> Unit) { in <lambda>() method in kotlinx.coroutines.channels.ChannelUndeliveredElementStressTest
/external/libiio/src/
Dnetwork.c72 bool cancellable; member