Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DConcurrentWeakMapCollectionStressTest.kt18 val m = ConcurrentWeakMap<Key, ByteArray>(weakRefQueue = true) in testCollected()
DConcurrentWeakMapTest.kt13 val m = ConcurrentWeakMap<String, String>() in testSimple()
DConcurrentWeakMapOperationStressTest.kt28 val m = ConcurrentWeakMap<Key, Long>() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DConcurrentWeakMap.kt10 internal class ConcurrentWeakMap<K : Any, V: Any>( in <lambda>() class
242 override val size: Int get() = this@ConcurrentWeakMap.size in <lambda>()
DDebugProbesImpl.kt25 private val capturedCoroutinesMap = ConcurrentWeakMap<CoroutineOwner<*>, Boolean>() in <lambda>()
71 …private val callerInfoCache = ConcurrentWeakMap<CoroutineStackFrame, DebugCoroutineInfoImpl>(weakR… in <lambda>()