![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This class provide access to Colony.Core's internal global mutexes. More...
This class provide access to Colony.Core's internal global mutexes.
#include <Private_.h>
Static Public Member Functions | |
static Mutex & | system (void) |
Global mutex for use for interfaces/class in the Cpl::System namespace. | |
static Mutex & | sysLists (void) |
Same as 'system', except usage is for 'long' critical sections (i.e. walking lists, printing, etc.) | |
static Mutex & | tracing (void) |
Global mutex for use for tracing sub-system. | |
static Mutex & | tracingOutput (void) |
Global mutex for use for the tracing sub-system OUTPUT (see above for more details) | |
|
static |
Same as 'system', except usage is for 'long' critical sections (i.e. walking lists, printing, etc.)
|
static |
Global mutex for use for interfaces/class in the Cpl::System namespace.
|
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.
|
static |
Global mutex for use for the tracing sub-system OUTPUT (see above for more details)