Switch a couple of uses of __thread to FOLLY_TLS
authorOrvid King <blah38621@gmail.com>
Wed, 29 Jul 2015 21:44:59 +0000 (14:44 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Wed, 29 Jul 2015 22:22:09 +0000 (15:22 -0700)
commit3f274113c79f2677547d6a1d849bf11c1f54dd73
treef18abeafc1fcd383796fb1105c6821176c110646
parentd6a6bb23e459154202c2d32d50f5ac2d1e887e56
Switch a couple of uses of __thread to FOLLY_TLS

Summary: Because MSVC doesn't support `__thread`, and `FOLLY_TLS` is already setup to use the MSVC syntax when needed.
Closes #269

Reviewed By: @yfeldblum

Differential Revision: D2283919

Pulled By: @sgolemon
folly/experimental/fibers/FiberManager.cpp
folly/experimental/fibers/FiberManager.h