Searched refs:removeFutureOnCancel (Results 1 – 3 of 3) sorted by relevance
93 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>()
30 internal fun removeFutureOnCancel(executor: Executor): Boolean { in removeFutureOnCancel() method
89 removesFutureOnCancellation = removeFutureOnCancel(executor) in initFutureCancellation()