Package jromp.var
package jromp.var
-
ClassDescriptionAtomicVariable<T extends Serializable>A variable that performs atomic operations over its value.FirstPrivateVariable<T extends Serializable>A variable that is not shared between threads.A class that provides initial values for variables.LastPrivateVariable<T extends Serializable>A variable that is not shared between threads.PrivateVariable<T extends Serializable>A variable that is not shared between threads.ReductionVariable<T extends Serializable>Represents a reduction variable that its value is reduced from "custom" thread-local variables using a reduction operation.SharedVariable<T extends Serializable>A variable that is shared between threads.ThreadPrivateVariable<T extends Serializable>A variable that is private to each thread.Variable<T extends Serializable>The Variable interface represents a variable that can store a value of any type.