Skip to content
Snippets Groups Projects

ProcStats : Use mutex lock to make fetch() thread safe.

Merged Christopher Rob Jones requested to merge jonrob/Gaudi:ProcStats-thread-safe into master
All threads resolved!
Compare and Show latest version
2 files
+ 19
9
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -18,6 +18,7 @@
#endif
#include "ProcStats.h"
#include <memory>
#if defined( __linux__ ) or defined( __APPLE__ )
# include <iostream>
Loading