xoreos  0.0.5
Namespaces | Functions
threads.h File Reference

Threading system helpers. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Threading system helpers.

See also class Thread in thread.h.

Definition in file threads.h.