Searched refs:suspendCancellableCoroutineReusable (Results 1 – 7 of 7) sorted by relevance
16 testContinuationsCount(10, 1, ::suspendCancellableCoroutineReusable) in <lambda>()53 suspendCancellableCoroutineReusable<Unit> { in <lambda>()67 suspendCancellableCoroutineReusable<Unit> { in <lambda>()80 suspendCancellableCoroutineReusable<Unit> { in <lambda>()98 suspendCancellableCoroutineReusable<Unit> { in <lambda>()126 suspendCancellableCoroutineReusable<Unit> { in testDetachedOnCancel()142 suspendCancellableCoroutineReusable<Unit> { in <lambda>()161 suspendCancellableCoroutineReusable<Unit> { in <lambda>()171 suspendCancellableCoroutineReusable<Unit> {} in <lambda>()
35 suspendCancellableCoroutineReusable { cont -> in <lambda>()
87 override suspend fun suspendReceive(): Int = suspendCancellableCoroutineReusable { in <lambda>()93 override suspend fun suspendSend(element: Int) = suspendCancellableCoroutineReusable<Unit> { in <lambda>()
324 internal suspend inline fun <T> suspendCancellableCoroutineReusable( in suspendCancellableCoroutineReusable() method
170 private suspend fun acquireSlowPath() = suspendCancellableCoroutineReusable<Unit> sc@ { cont -> in acquireSlowPath()
193 …private suspend fun lockSuspend(owner: Any?) = suspendCancellableCoroutineReusable<Unit> sc@ { con… in toString()
170 …private suspend fun sendSuspend(element: E): Unit = suspendCancellableCoroutineReusable sc@ { cont… in <lambda>()570 …vate suspend fun <R> receiveSuspend(receiveMode: Int): R = suspendCancellableCoroutineReusable sc@… in receiveSuspend()844 … private suspend fun hasNextSuspend(): Boolean = suspendCancellableCoroutineReusable sc@ { cont -> in hasNextSuspend()