The GThread type exposes the following members.

Constructors

  NameDescription
Public methodGThread
Initializes a new instance of the GThread class.

Methods

  NameDescription
Public methodAllocateShared<(Of <<'(T>)>>)(String, Int32)
Allocates a 1D array in shared memory.
Public methodAllocateShared<(Of <<'(T>)>>)(String, Int32, Int32)
Allocates a 2D array in shared memory.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSyncThreads
Syncs the threads in the block.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodatomicAdd(Int32%, Int32)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicAdd(UInt32%, UInt32)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicAdd(Single%, Single)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicAnd(Int32%, Int32)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicAnd(UInt32%, UInt32)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicCAS(Int32%, Int32, Int32)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicCAS(UInt32%, UInt32, UInt32)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicCAS(UInt64%, UInt64, UInt64)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicDec (Defined by AtomicFunctions.)
Public Extension MethodatomicExch(Int32%, Int32)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicExch(UInt32%, UInt32)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicExch(UInt64%, UInt64)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicExch(Single%, Single)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicInc (Defined by AtomicFunctions.)
Public Extension MethodatomicMax(Int32%, Int32)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicMax(UInt32%, UInt32)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicMin(Int32%, Int32)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicMin(UInt32%, UInt32)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicOr(Int32%, Int32)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicOr(UInt32%, UInt32)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicSub(Int32%, Int32)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicSub(UInt32%, UInt32)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicXor(Int32%, Int32)Overloaded. (Defined by AtomicFunctions.)
Public Extension MethodatomicXor(UInt32%, UInt32)Overloaded. (Defined by AtomicFunctions.)

Properties

  NameDescription
Public propertyblockDim
Gets the parent block dimension.
Public propertyblockIdx
Gets the parent block id.
Public propertygridDim
Gets the parent grid dim.
Public propertythreadIdx
Gets the thread id.
Public propertywarpSize

See Also