ProcStats : Use mutex lock to make fetch() thread safe.
All threads resolved!
All threads resolved!
Compare changes
Files
2- Christopher Rob Jones authored
+ 12
− 9
@@ -30,10 +30,6 @@
@@ -245,17 +241,19 @@ ProcStats* ProcStats::instance() {
@@ -273,7 +271,7 @@ bool ProcStats::fetch( procInfo& f ) {
@@ -298,6 +296,11 @@ bool ProcStats::fetch( procInfo& f ) {