Optimize Host::GetThreadName() to read from /proc/$TID per Matt's suggestion.
authorMichael Sartain <mikesart@valvesoftware.com>
Wed, 31 Jul 2013 23:19:14 +0000 (23:19 +0000)
committerMichael Sartain <mikesart@valvesoftware.com>
Wed, 31 Jul 2013 23:19:14 +0000 (23:19 +0000)
commit98d599c2c0b359e51f0f7a13270a3c46ac3adcf3
tree630eee15c8f4f0a24fdabad9940a277994c0968f
parent88b7aad3e191d0b97a3090a2bef656547ead8bf5
Optimize Host::GetThreadName() to read from /proc/$TID per Matt's suggestion.

CR: mkopec
llvm-svn: 187542
lldb/source/Host/linux/Host.cpp