![]() |
Protium
Math and Design Features
|
Encapsulates threading policies and objects. More...
Classes | |
class | AbstractThread |
class | Daemon |
class | InSingleThread |
Use to specify non-thread safe classes. More... | |
class | InstanceLocked |
Use to specify instance-locked items. More... | |
class | Mutex |
Wrapper class for pthreads-style mutexes. More... | |
class | StaticLocked |
Use to specify objects which lock by class. More... | |
class | ThreadAttribute |
class | ThreadingPrototype |
Prototype of threading policy. More... | |
Functions | |
void | threadingFunction (AbstractThread *thread) |
Encapsulates threading policies and objects.