#include <threads.h>
List of all members.
Static Protected Attributes |
| static LWMTUtilFuncs * | globPtr |
| | Pointer to the global functions.
|
Member Function Documentation
Check if the global is available.
| int lwpp::ThreadUtils::checkAbort |
( |
void |
| ) |
|
|
inline |
| int lwpp::ThreadUtils::checkAbortByID |
( |
LWMTThreadID |
thrdid | ) |
|
|
inline |
| void* lwpp::ThreadUtils::getArg |
( |
| ) |
|
|
inline |
| void* lwpp::ThreadUtils::getArgByID |
( |
LWMTThreadID |
thrdid | ) |
|
|
inline |
| void* lwpp::ThreadUtils::getData |
( |
| ) |
|
|
inline |
Get the pointer to the global.
| LWMTGroupID lwpp::ThreadUtils::getGroupID |
( |
LWMTThreadID |
thrdid | ) |
|
|
inline |
| LWMTThreadID lwpp::ThreadUtils::getID |
( |
void |
| ) |
|
|
inline |
| int lwpp::ThreadUtils::getIndex |
( |
| ) |
|
|
inline |
| int lwpp::ThreadUtils::getIndexByID |
( |
LWMTThreadID |
thrdid | ) |
|
|
inline |
| int lwpp::ThreadUtils::getThreadCount |
( |
LWMTThreadID |
thrdid | ) |
|
|
inline |
Get the pointer to the global.
| void lwpp::ThreadUtils::setArg |
( |
void * |
ptr | ) |
|
|
inline |
| void lwpp::ThreadUtils::setData |
( |
void * |
ptr | ) |
|
|
inline |
| void lwpp::ThreadUtils::setIndex |
( |
int |
in_index | ) |
|
|
inline |
| void lwpp::ThreadUtils::sleep |
( |
int |
delay | ) |
|
|
inline |
Member Data Documentation
Pointer to the global functions.
The documentation for this class was generated from the following file: