Protium
Math and Design Features
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
Mutex.h File Reference

Defines mutexes and policies to be used by threaded objects. More...

#include "Protium/Design/Assert.h"
#include <pthread.h>
#include <cassert>
Include dependency graph for Mutex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Protium::Threads::Mutex
 Wrapper class for pthreads-style mutexes. More...
 

Namespaces

 Protium
 Encapsulates all Protium Modules.
 
 Protium::Threads
 Encapsulates threading policies and objects.
 

Detailed Description

Defines mutexes and policies to be used by threaded objects.

Author
Kevin Wierman

Definition in file Mutex.h.