Split thread and range stuff out of utils

This commit is contained in:
Vinnie Falco
2013-05-27 10:05:49 -07:00
parent 9b5d047c90
commit 90bc0c1a8c
16 changed files with 271 additions and 128 deletions

View File

@@ -324,7 +324,7 @@ static void LogDeadLock(int dlTime)
void LoadManager::threadEntry()
{
NameThread("loadmgr");
setCallingThreadName("loadmgr");
boost::posix_time::ptime t = boost::posix_time::microsec_clock::universal_time();
while (1)
{