Loki  0.1.7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups
Threading

Classes

class  Loki::Mutex
 
class  Loki::SingleThreaded< Host, MutexPolicy >
 
class  Loki::ObjectLevelLockable< Host, MutexPolicy >
 
class  Loki::ClassLevelLockable< Host, MutexPolicy >
 

Detailed Description

Policies to for the threading model:

All classes in Loki have configurable threading model.

The macro LOKI_DEFAULT_THREADING selects the default threading model for certain components of Loki (it affects only default template arguments)

Usage:

To use a specific threading model define

Supported platfroms: