C++ TargetRTS
|
Represents a thread in the operating system. More...
#include <RTThread.h>
Public Member Functions | |
RTThread (RTJob *job, int stackSize, int prio=0) | |
Create a new thread. | |
Protected Attributes | |
RTJob * | _job |
RTThreadInfo * | _info |
Represents a thread in the operating system.
RTThread::RTThread | ( | RTJob * | job, |
int | stackSize, | ||
int | prio = 0 |
||
) |
Create a new thread.
job | The job object which implements the behavior of the thread and captures thread data. |
stackSize | Size of the thread (in bytes) |
prio | Thread priority |