Interface IsolateThread
- All Superinterfaces:
ComparableWord, PointerBase, WordBase
Pointer to the runtime data structure for a thread. The size and actual layout of the data
structure is unspecified, client code must not make any assumptions about it.
The IsolateThread
points to a thread-local data structure. Therefore, the pointer must
not be shared between threads.
- Since:
- 19.0
-
Method Summary
Methods inherited from interface ComparableWord
equal, notEqual
Modifier and TypeMethodDescriptionboolean
equal
(ComparableWord val) Compares this word with the specified value.boolean
notEqual
(ComparableWord val) Compares this word with the specified value.Methods inherited from interface PointerBase
isNonNull, isNull
Modifier and TypeMethodDescriptionboolean
Returns true if this pointer is not thenull pointer
.boolean
isNull()
Returns true if this pointer is thenull pointer
.