ThreadBlock

class ThreadBlock(val id: Long, val threadSerialNumber: Int) : GcRoot

Constructors

Link copied to clipboard
fun ThreadBlock(id: Long, threadSerialNumber: Int)

Properties

Link copied to clipboard
open override val id: Long

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

Link copied to clipboard
val threadSerialNumber: Int