#include <SysThread.hpp>
|
enum | ThreadPriority {
LOW_PRIORITY
, MEDIUM_PRIORITY
, GUARDED_PRIORITY
, HIGH_PRIORITY
,
LOW_PRIORITY
, MEDIUM_PRIORITY
, GUARDED_PRIORITY
, HIGH_PRIORITY
} |
|
enum | { THREAD_STACK_SIZE = 1024*96
} |
|
enum | ThreadPriority {
LOW_PRIORITY
, MEDIUM_PRIORITY
, GUARDED_PRIORITY
, HIGH_PRIORITY
,
LOW_PRIORITY
, MEDIUM_PRIORITY
, GUARDED_PRIORITY
, HIGH_PRIORITY
} |
|
enum | { THREAD_STACK_SIZE = 1024*96
} |
|
Definition at line 56 of file unix/SysThread.hpp.
◆ anonymous enum
◆ anonymous enum
◆ ThreadPriority [1/2]
Enumerator |
---|
LOW_PRIORITY | |
MEDIUM_PRIORITY | |
GUARDED_PRIORITY | |
HIGH_PRIORITY | |
LOW_PRIORITY | |
MEDIUM_PRIORITY | |
GUARDED_PRIORITY | |
HIGH_PRIORITY | |
Definition at line 60 of file unix/SysThread.hpp.
◆ ThreadPriority [2/2]
Enumerator |
---|
LOW_PRIORITY | |
MEDIUM_PRIORITY | |
GUARDED_PRIORITY | |
HIGH_PRIORITY | |
LOW_PRIORITY | |
MEDIUM_PRIORITY | |
GUARDED_PRIORITY | |
HIGH_PRIORITY | |
Definition at line 59 of file windows/SysThread.hpp.
◆ SysThread() [1/4]
◆ ~SysThread() [1/2]
virtual SysThread::~SysThread |
( |
| ) |
|
|
inlinevirtual |
◆ SysThread() [2/4]
SysThread::SysThread |
( |
pthread_t |
tID | ) |
|
|
inline |
◆ SysThread() [3/4]
◆ ~SysThread() [2/2]
virtual SysThread::~SysThread |
( |
| ) |
|
|
inlinevirtual |
◆ SysThread() [4/4]
◆ attachThread() [1/2]
void SysThread::attachThread |
( |
| ) |
|
|
virtual |
◆ attachThread() [2/2]
virtual void SysThread::attachThread |
( |
| ) |
|
|
virtual |
◆ createThread() [1/2]
void SysThread::createThread |
( |
void |
| ) |
|
|
protected |
◆ createThread() [2/2]
void SysThread::createThread |
( |
| ) |
|
|
protected |
◆ dispatch() [1/2]
void SysThread::dispatch |
( |
| ) |
|
|
virtual |
◆ dispatch() [2/2]
virtual void SysThread::dispatch |
( |
| ) |
|
|
virtual |
◆ equals() [1/2]
◆ equals() [2/2]
◆ hash() [1/2]
size_t SysThread::hash |
( |
| ) |
|
|
inline |
◆ hash() [2/2]
size_t SysThread::hash |
( |
| ) |
|
|
inline |
◆ setPriority() [1/2]
void SysThread::setPriority |
( |
int |
priority | ) |
|
◆ setPriority() [2/2]
◆ shutdown() [1/2]
void SysThread::shutdown |
( |
| ) |
|
◆ shutdown() [2/2]
void SysThread::shutdown |
( |
| ) |
|
◆ startup() [1/2]
void SysThread::startup |
( |
| ) |
|
◆ startup() [2/2]
void SysThread::startup |
( |
| ) |
|
◆ terminate() [1/2]
void SysThread::terminate |
( |
| ) |
|
◆ terminate() [2/2]
void SysThread::terminate |
( |
| ) |
|
◆ threadID() [1/2]
◆ threadID() [2/2]
◆ yield() [1/2]
void SysThread::yield |
( |
| ) |
|
◆ yield() [2/2]
void SysThread::yield |
( |
| ) |
|
◆ _threadHandle
HANDLE SysThread::_threadHandle |
|
protected |
◆ _threadID [1/2]
pthread_t SysThread::_threadID |
|
protected |
◆ _threadID [2/2]
DWORD SysThread::_threadID |
|
protected |
◆ attached
The documentation for this class was generated from the following files: