Interface IsolateThread

All Superinterfaces:
org.graalvm.word.ComparableWord, org.graalvm.word.PointerBase, org.graalvm.word.WordBase

public interface IsolateThread extends org.graalvm.word.PointerBase
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 org.graalvm.word.ComparableWord

    equal, notEqual

    Methods inherited from interface org.graalvm.word.PointerBase

    isNonNull, isNull

    Methods inherited from interface org.graalvm.word.WordBase

    equals, rawValue