Add a callback to cleanup TLS data on Windows.
authorscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 25 Oct 2012 19:12:40 +0000 (19:12 +0000)
committerscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 25 Oct 2012 19:12:40 +0000 (19:12 +0000)
commit93897637bc65eab919be40ec4b1b2c3242179b24
treea00e488f282d7eb61618cf5887122674f9987609
parent396e61fe440590744345e0c56970b26ab464591d
Add a callback to cleanup TLS data on Windows.

Add a test to ensure that it works.

BUG: http://code.google.com/p/skia/issues/detail?id=939

Review URL: https://codereview.appspot.com/6785045

git-svn-id: http://skia.googlecode.com/svn/trunk@6126 2bbb7eff-a529-9590-31e7-b0007b416f81
src/ports/SkThread_win.cpp
tests/TLSTest.cpp