11#define __RTThread_h__ included
An object associated with a thread which captures its current state and implements its behavior.
Definition: RTJob.h:43
Represents a thread in the operating system.
Definition: RTThread.h:26
RTThread(RTJob *job, int stackSize, int prio=0)
Create a new thread.