threadLocalReferences

Native
1.3
val threadLocalReferences: Long
(source)

The number of objects in global variables with @ThreadLocal annotation. Object is counted once per each thread it was initialized in.

Property

threadLocalReferences - The number of objects in global variables with @ThreadLocal annotation. Object is counted once per each thread it was initialized in.