xoreos
0.0.5
|
Threading system helpers. More...
Go to the source code of this file.
Namespaces | |
Common | |
Functions | |
void | Common::initThreads () |
Initialize the global threading system. More... | |
bool | Common::initedThreads () |
Was the global threading system initialized? More... | |
bool | Common::isMainThread () |
Returns true if called from the main thread, false otherwise. More... | |
void | Common::enforceMainThread () |
Throws an Exception if called from a non-main thread. More... | |