1#ifndef Cpl_System_Mutex_h_
2#define Cpl_System_Mutex_h_
15#include "colony_map.h"
18#define Cpl_System_Mutex_T Cpl_System_Mutex_T_MAP
95 void*
operator new(size_t);
#define Cpl_System_Mutex_T
Defer the definition of the a raw mutex type to the application's 'platform'.
Definition Mutex.h:18
This concrete class provides a simple mechanism for providing mutex protection for a "scope block".
Definition Mutex.h:77
~ScopeBlock()
Destructor. This method releases ownership of the mutex.
Definition Mutex.h:87
ScopeBlock(Mutex &mutex) noexcept
Constructor. This will block until the mutex lock is acquired.
Definition Mutex.h:84
This mutex class defines the interface for a mutex that has "recursive" semantics.
Definition Mutex.h:33
Cpl_System_Mutex_T m_mutex
Raw Mutex handle/instance/pointer.
Definition Mutex.h:58
void unlock(void)
This method is invoke at the end of a critical section.
void lock(void)
This method is invoked prior to entering a critical section.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20