Protium
Math and Design Features
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
protium_thread_tests.cxx File Reference
#include "Protium/Threads/ThreadingPolicy.h"
#include <iostream>
Include dependency graph for protium_thread_tests.cxx:

Go to the source code of this file.

Typedefs

typedef ThreadedObject
< Protium::Threads::InstanceLocked
Multi1
 
typedef ThreadedObject
< Protium::Threads::StaticLocked
Multi2
 
typedef ThreadedObject
< Protium::Threads::InSingleThread
Single
 

Functions

int main (int argc, char *argv[])
 

Typedef Documentation

typedef ThreadedObject<Protium::Threads::InstanceLocked> Multi1

Definition at line 30 of file protium_thread_tests.cxx.

typedef ThreadedObject<Protium::Threads::StaticLocked> Multi2

Definition at line 31 of file protium_thread_tests.cxx.

typedef ThreadedObject<Protium::Threads::InSingleThread> Single

Definition at line 29 of file protium_thread_tests.cxx.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 36 of file protium_thread_tests.cxx.