comparison 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
comparison
equal deleted inserted replaced
2793:87b426e54473 2794:f790999a250a
96 std::string GetNowIsoString(bool utc); 96 std::string GetNowIsoString(bool utc);
97 97
98 void GetNowDicom(std::string& date, 98 void GetNowDicom(std::string& date,
99 std::string& time, 99 std::string& time,
100 bool utc); 100 bool utc);
101
102 unsigned int GetHardwareConcurrency();
101 } 103 }
102 } 104 }