Home
last modified time | relevance | path

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

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
H A DSanitizedProbesTest.kt126 private fun CoroutineScope.createDeferred(): Deferred<*> = createDeferredNested() in createDeferred()
128 private fun CoroutineScope.createDeferredNested(): Deferred<*> = async(NonCancellable) { in createDeferred() method in definitely.not.kotlinx.coroutines.SanitizedProbesTest