//leakcanary-repo/shark/GcRoot/MonitorUsed
MonitorUsed¶
[jvm]\ class MonitorUsed(val id: Long) : GcRoot
Everything that called the wait() or notify() methods, or that is synchronized.
Constructors¶
MonitorUsed | [jvm] constructor(id: Long) |
Properties¶
Name | Summary |
---|---|
id | [jvm] open override val id: Long The object id of the object that this gc root references. |