Threading
Detailed Description
Policies to for the threading model:
- SingleThreaded
- ObjectLevelLockable
- ClassLevelLockable
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
- nothing, single-theading is default
- LOKI_OBJECT_LEVEL_THREADING for object-level-threading
- LOKI_CLASS_LEVEL_THREADING for class-level-threading
- Supported platfroms:
Generated on Sun Feb 25 16:52:30 2007 for Loki by
1.5.1-p1