#include <Thread.h>
◆ tcThread()
Sets the priority relative to the inherited priority.
Negative offset
◆ ~tcThread()
◆ join()
Join on the underlying thread.
◆ run()
virtual void* tcThread::run |
( |
| ) |
|
|
pure virtual |
◆ setPriority()
void tcThread::setPriority |
( |
int |
anRelativePriority | ) |
|
|
protected |
Sets the priority of the thread.
- Parameters
-
◆ start()
Creates a pthread which targets Thread's run() method.
◆ stop()
◆ HIGH_PRIORITY
const int tcThread::HIGH_PRIORITY = -1 |
|
static |
◆ HIGHEST_PRIORITY
const int tcThread::HIGHEST_PRIORITY = -2 |
|
static |
◆ LOW_PRIORITY
const int tcThread::LOW_PRIORITY = 1 |
|
static |
◆ LOWEST_PRIORITY
const int tcThread::LOWEST_PRIORITY = 2 |
|
static |
◆ mbKillThread
bool tcThread::mbKillThread |
|
protected |
◆ NORMAL_PRIORITY
const int tcThread::NORMAL_PRIORITY = 0 |
|
static |
The documentation for this class was generated from the following files:
- /tmp/mitycam_sdk/ARM/camera_software/src/Utility/Thread.h
- /tmp/mitycam_sdk/ARM/camera_software/src/Utility/Thread.cpp