TJobThread Class

Header: Dew.Math/clMtxVec.h · Cross-compiler
tObjectTJobThread

class TJobThread : public tObject;

Constructors

NameDescription
TJobThread (2)

Destructors

NameDescription
~TJobThread

Properties

NameTypeDescription
CommandQueueTOpenCLCommandQueue*Returns the Open CL command queue associated with the thread.
ExceptionMessageDewStringContains the exception message (if triggered) while the OnExecute was called.
JobIndexintSpecifies the JobIndex passed to the threaded function as a parameter.
OnExecuteTOnClExecuteEventThreaded event function.

Methods

NameDescription
SleepingSleeping will return true, if event assigned to OnExecute event is not running.
StartCall Start to launch the thread and call the function assigned to OnExecute event from within the thread.

Fields

NameTypeDescription
fExceptionMessageDewString