| Class | Description |
|---|---|
| FastThreadLocal |
Base class for fast thread local variables.
|
| FastThreadLocalBytes<T extends org.graalvm.word.PointerBase> |
Represents a fast thread local memory block that has a user-defined size.
|
| FastThreadLocalFactory |
This class contains factory methods to create fast thread local variables.
|
| FastThreadLocalInt |
Represents a fast thread local variable of the primitive type
int. |
| FastThreadLocalLong |
Represents a fast thread local variable of the primitive type
long. |
| FastThreadLocalObject<T> |
Represents a fast thread local variable of type
Object. |
| FastThreadLocalWord<T extends org.graalvm.word.WordBase> |
Represents a fast thread local variable of type
word. |
| VMThreadLocalInfo |
Stores additional information about a
FastThreadLocal that is not part of the public API,
but needed for compilation. |
| VMThreadLocalInfos | |
| VMThreadLocalMTSupport | |
| VMThreadLocalSTSupport |