C++ TargetRTS
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
RTThread Class Reference

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
 

Detailed Description

Represents a thread in the operating system.

Constructor & Destructor Documentation

◆ RTThread()

RTThread::RTThread ( RTJob job,
int  stackSize,
int  prio = 0 
)

Create a new thread.

Parameters
jobThe job object which implements the behavior of the thread and captures thread data.
stackSizeSize of the thread (in bytes)
prioThread priority

The documentation for this class was generated from the following file: