Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DRejectedExecutionTest.kt93 if (!removeFutureOnCancel(executor)) return@runTest // Skip this test on old JDKs in <lambda>()
115 if (!removeFutureOnCancel(executor)) return@runTest // Skip this test on old JDKs in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DConcurrent.kt30 internal fun removeFutureOnCancel(executor: Executor): Boolean { in removeFutureOnCancel() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DExecutors.kt89 removesFutureOnCancellation = removeFutureOnCancel(executor) in initFutureCancellation()