A thread manager to easily be able to get the Thread object of your current thread.
More...
#include <Thread.h>
A thread manager to easily be able to get the Thread object of your current thread.
| static ThreadManager* trippingcyril::thread::ThreadManager::Get |
( |
| ) |
|
|
static |
- Returns
- The singleton instance of this class
| Thread* trippingcyril::thread::ThreadManager::getCurrentThread |
( |
| ) |
const |
- Returns
- The Thread* object of this current thread, NULL on error (main thread)
| size_t trippingcyril::thread::ThreadManager::threadCount |
( |
| ) |
const |
The documentation for this class was generated from the following file: