SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
MutexPool Class Reference

#include <MutexPool.h>

Public Member Functions

 MutexPool (const char *name, int size)
 Create the mutex pool with size mutex objects. More...
 
 ~MutexPool ()
 Destroy the mutex pool and all mutexes in it. More...
 
MutexgetMutex ()
 return the next available mutex More...
 

Constructor & Destructor Documentation

MutexPool ( const char *  name,
int  size 
)

Create the mutex pool with size mutex objects.

~MutexPool ( )

Destroy the mutex pool and all mutexes in it.

Member Function Documentation

Mutex& getMutex ( )

return the next available mutex


The documentation for this class was generated from the following file: