GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Static Public Member Functions
Cpl::System::Locks_ Class Reference

This class provide access to Colony.Core's internal global mutexes. More...

Detailed Description

This class provide access to Colony.Core's internal global mutexes.

#include <Private_.h>

Static Public Member Functions

static Mutexsystem (void)
 Global mutex for use for interfaces/class in the Cpl::System namespace.
 
static MutexsysLists (void)
 Same as 'system', except usage is for 'long' critical sections (i.e. walking lists, printing, etc.)
 
static Mutextracing (void)
 Global mutex for use for tracing sub-system.
 
static MutextracingOutput (void)
 Global mutex for use for the tracing sub-system OUTPUT (see above for more details)
 

Member Function Documentation

◆ sysLists()

static Mutex & Cpl::System::Locks_::sysLists ( void  )
static

Same as 'system', except usage is for 'long' critical sections (i.e. walking lists, printing, etc.)

◆ system()

static Mutex & Cpl::System::Locks_::system ( void  )
static

Global mutex for use for interfaces/class in the Cpl::System namespace.

◆ tracing()

static Mutex & Cpl::System::Locks_::tracing ( void  )
static

Global mutex for use for tracing sub-system.

This mutex is to protect the Trace engine's internal/meta data. This mutex is NOT used to guard the Trace output. The Trace engine uses two mutex so that its output can be 'serialized' with the TShell's output (or other sub-systems) BUT not cause high priority threads to block on the trace output when their trace statements are not enabled at run time.

◆ tracingOutput()

static Mutex & Cpl::System::Locks_::tracingOutput ( void  )
static

Global mutex for use for the tracing sub-system OUTPUT (see above for more details)


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