Class to provide synchronization. More...
#include <tracer.hpp>
Static Protected Attributes | |
static Support::Mutex | m |
Mutex to provide synchronization. | |
Additional Inherited Members | |
![]() | |
static void * | operator new (size_t s) |
Memory management. | |
static void | operator delete (void *p) |
Free memory allocated from heap. | |
Class to provide synchronization.
Definition at line 37 of file tracer.hpp.
|
staticprotected |
Mutex to provide synchronization.
Definition at line 41 of file tracer.hpp.