Make debug easier by naming threads.

This commit is contained in:
JoelKatz
2013-03-20 05:41:08 -07:00
parent f3400d88fc
commit 9ceb380cb8
6 changed files with 50 additions and 2 deletions

View File

@@ -317,6 +317,7 @@ int LoadManager::getUptime()
void LoadManager::threadEntry()
{
NameThread("loadMgr");
boost::posix_time::ptime t = boost::posix_time::microsec_clock::universal_time();
while (1)
{