Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DDefaultExecutorStressTest.kt47 … while (DefaultExecutor.isThreadPresent) { delay(10) } // hangs if the thread refuses to stop in <lambda>()
48 assertFalse(DefaultExecutor.isThreadPresent) // just to make sure in <lambda>()
59 assertTrue(DefaultExecutor.isThreadPresent) // the worker spawned in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DDefaultExecutor.kt145 internal val isThreadPresent constant
/external/kotlinc/lib/
Dkotlinx-coroutines-core.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...