1#ifndef Cpl_System_GlobalLock_h_
2#define Cpl_System_GlobalLock_h_
53 void static end(
void );
This class defines an interface for a "Global Lock".
Definition GlobalLock.h:39
static void begin(void)
This method is invoked prior to entering a critical section.
static void end(void)
This method is invoke at the end of a critical section.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20