HIPO4 C++ Library 4.4.1
Columnar I/O library for CLAS12 physics data
Loading...
Searching...
No Matches
detail Namespace Reference

Functions

std::recursive_mutex & get_stdout_mutex ()
 Returns the global recursive mutex used to synchronize stdout access.
 

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.