MonitorUsed

class MonitorUsed(id: Long) : GcRoot

Everything that called the wait() or notify() methods, or that is synchronized.

Constructors

MonitorUsed
Link copied to clipboard
fun MonitorUsed(id: Long)

Properties

id
Link copied to clipboard
open override val id: Long

The object id of the object that this gc root references.