Merge "Add a TLS slot for TSAN."

This commit is contained in:
Dan Albert 2015-08-18 22:43:47 +00:00 committed by Gerrit Code Review
commit df0891adcf

View File

@ -70,6 +70,10 @@ enum {
// Fast storage for Thread::Current() in ART.
TLS_SLOT_ART_THREAD_SELF,
// Lets TSAN avoid using pthread_getspecific for finding the current thread
// state.
TLS_SLOT_TSAN,
BIONIC_TLS_SLOTS // Must come last!
};