diff Core/SystemToolbox.h @ 2794:f790999a250a

Semaphore removed from graveyard, SystemToolbox::GetHardwareConcurrency()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 27 Jul 2018 14:01:02 +0200
parents 4dcafa8d6633
children 2a504fef4ed7
line wrap: on
line diff
--- a/Core/SystemToolbox.h	Thu Jul 26 22:11:36 2018 +0200
+++ b/Core/SystemToolbox.h	Fri Jul 27 14:01:02 2018 +0200
@@ -98,5 +98,7 @@
     void GetNowDicom(std::string& date,
                      std::string& time,
                      bool utc);
+
+    unsigned int GetHardwareConcurrency();
   }
 }