|
TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
|
Provides a global mutex for synchronizing trace output. More...
#include <tec_trace.hpp>
Static Public Member Functions | |
| static std::mutex & | mtx () |
| Retrieves the global trace mutex. | |
Provides a global mutex for synchronizing trace output.
Manages a static mutex to ensure thread-safe tracing operations.
|
inlinestatic |
Retrieves the global trace mutex.
Returns a reference to a static mutex used for synchronizing trace output.