Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuation.kt427 … val cancellable = CancellableContinuationImpl(uCont.intercepted(), resumeMode = MODE_CANCELLABLE) in suspendCancellableCoroutine() constant
445 val cancellable = getOrCreateCancellableContinuation(uCont.intercepted()) in suspendCancellableCoroutineReusable() constant
/external/webrtc/modules/portal/
Dxdg_desktop_portal_utils.cc79 GCancellable* cancellable, in RequestSessionProxy()
94 GCancellable* cancellable, in SetupSessionRequestHandlers()
134 GCancellable* cancellable, in StartSessionRequest()
167 GCancellable* cancellable, in TearDownSession()
Dxdg_session_details.h25 GCancellable* cancellable = nullptr; member
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvmBenchmark/kotlin/kotlinx/coroutines/channels/
DSimpleChannelBenchmark.kt21 fun cancellable() = runBlocking { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DLint.kt19 public fun <T> SharedFlow<T>.cancellable(): Flow<T> = noImpl() in cancellable() method
DContext.kt253 public fun <T> Flow<T>.cancellable(): Flow<T> = in cancellable() method
/external/grpc-grpc-java/context/src/test/java/io/grpc/
DContextTest.java961 Context.CancellableContext cancellable = blue.withCancellation(); in cancellableAncestorIntegrationTest() local
976 Context.CancellableContext cancellable = Context.current().withCancellation(); in cancellableAncestorFork() local
983 Context.CancellableContext cancellable = Context.current().withCancellation(); in cancellableContext_closeCancelsWithNullCause() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DChannelUndeliveredElementSelectOldStressTest.kt64 private inline fun cancellable(done: Channel<Boolean>, block: () -> Unit) { in <lambda>() method in kotlinx.coroutines.channels.ChannelUndeliveredElementSelectOldStressTest
DChannelUndeliveredElementStressTest.kt64 private inline fun cancellable(done: Channel<Boolean>, block: () -> Unit) { in <lambda>() method in kotlinx.coroutines.channels.ChannelUndeliveredElementStressTest