Use thread_local instead of FOLLY_TLS in folly::observer
Summary: `FOLLY_TLS` is explicitly disabled for 32-bit iOS. Perhaps because old iOS versions did not support `__thread`. `thread_local` is standard C++11, appears to be supported by the iOS 32-bit build, and is also used in multiple places around folly already. Differential Revision: D25287484 fbshipit-source-id: 2e81e275e0f1cba7bcf5239fe34d4b5eb8add6d0
Showing
Please register or sign in to comment