Use FOLLY_TLS rather than __thread
authorChristopher Dykes <cdykes@fb.com>
Fri, 24 Jun 2016 17:42:21 +0000 (10:42 -0700)
committerFacebook Github Bot 3 <facebook-github-bot-3-bot@fb.com>
Fri, 24 Jun 2016 17:53:37 +0000 (10:53 -0700)
commitacac120eeef384a6ce8b071f132fe64229eba260
tree82c50433331d80726fa28956c6abc7908b41aea4
parent73e35f02babc64969722d6f7e46c0e540760af75
Use FOLLY_TLS rather than __thread

Summary: We define `FOLLY_TLS` for a reason, so use it.

Reviewed By: yfeldblum

Differential Revision: D3479880

fbshipit-source-id: 2aa11c2900cdb012cf96d4f084fe81a0428f53d3
folly/test/IndexedMemPoolTest.cpp
folly/test/MPMCQueueTest.cpp
folly/test/SingletonVaultCTest.cpp