Protium
Math and Design Features
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
Protium::Threads Namespace Reference

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)
 

Detailed Description

Encapsulates threading policies and objects.

Function Documentation

void Protium::Threads::threadingFunction ( AbstractThread *  thread)

Definition at line 10 of file Thread.h.