|
|
@ -56,6 +56,7 @@ void AllocateThreadIdentityKey(ThreadIdentityReclaimerFunction reclaimer) { |
|
|
|
// *different* instances of this ptr.
|
|
|
|
// *different* instances of this ptr.
|
|
|
|
// Apple platforms have the visibility attribute, but issue a compile warning
|
|
|
|
// Apple platforms have the visibility attribute, but issue a compile warning
|
|
|
|
// that protected visibility is unsupported.
|
|
|
|
// that protected visibility is unsupported.
|
|
|
|
|
|
|
|
ABSL_CONST_INIT // Must come before __attribute__((visibility("protected")))
|
|
|
|
#if ABSL_HAVE_ATTRIBUTE(visibility) && !defined(__APPLE__) |
|
|
|
#if ABSL_HAVE_ATTRIBUTE(visibility) && !defined(__APPLE__) |
|
|
|
__attribute__((visibility("protected"))) |
|
|
|
__attribute__((visibility("protected"))) |
|
|
|
#endif // ABSL_HAVE_ATTRIBUTE(visibility) && !defined(__APPLE__)
|
|
|
|
#endif // ABSL_HAVE_ATTRIBUTE(visibility) && !defined(__APPLE__)
|
|
|
|