[threading] Log the thread tid instead of the MonoThreadInfo pointer.
authorRodrigo Kumpera <kumpera@gmail.com>
Mon, 2 Feb 2015 16:04:37 +0000 (11:04 -0500)
committerRodrigo Kumpera <kumpera@gmail.com>
Wed, 25 Mar 2015 17:49:37 +0000 (13:49 -0400)
commit98b283714aa1ceff5b1d06f5bd1cacef13f4cdfc
tree19df47d682750fa11f82ad9e0e88f59006dbd619
parentb614f1680020baa5639dcdc1df5442cccebda8f2
[threading] Log the thread tid instead of the MonoThreadInfo pointer.

Other places are already logging tid so this makes correlation possible.

TID is a better pick than the MonoThreadInfo pointer as it's easier to find the thread on gdb.
mono/metadata/sgen-stw.c