Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuation.kt309 … val cancellable = CancellableContinuationImpl(uCont.intercepted(), resumeMode = MODE_CANCELLABLE) in suspendCancellableCoroutine() constant
327 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.kt21 public fun <T> SharedFlow<T>.cancellable(): Flow<T> = noImpl() 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/llvm-project/mlir/lib/Dialect/Async/Transforms/
DAsyncRefCountingOptimization.cpp119 llvm::SmallDenseMap<Operation *, Operation *> cancellable; in optimizeReferenceCounting() 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/llvm-project/clang-tools-extra/clangd/
DProtocol.h583 bool cancellable = false; member
611 llvm::Optional<bool> cancellable; member
/external/libiio/src/
Dnetwork.c72 bool cancellable; member
/external/kotlinc/lib/
Dkotlinx-coroutines-core.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...