[coop] Temporarily restore MonoThreadInfo when TLS destructor runs. Fixes #43099
authorAleksey Kliger <aleksey@xamarin.com>
Wed, 10 Aug 2016 16:14:52 +0000 (12:14 -0400)
committerAleksey Kliger <aleksey@xamarin.com>
Wed, 10 Aug 2016 16:14:52 +0000 (12:14 -0400)
We need a valid MonoThreadInfo in the TLS key while we run
unregister_thread because we may need to block the thread when it tries
to take the sgen GC mutex.

Fixes [#43099](https://bugzilla.xamarin.com/show_bug.cgi?id=43099)


No differences found