HIPO  4.3.0
High Performance Output data format for experimental physics
detail Namespace Reference

Functions

std::recursive_mutex & get_stdout_mutex ()
 Returns the global recursive mutex used to synchronize stdout access. A recursive mutex is used to allow nested locking from the same thread. More...
 

Function Documentation

◆ get_stdout_mutex()

std::recursive_mutex& detail::get_stdout_mutex ( )
inline

Returns the global recursive mutex used to synchronize stdout access. A recursive mutex is used to allow nested locking from the same thread.

Definition at line 27 of file progresstracker.hpp.