commit | 079fc833137d5067c0cd3dc5211e72019314dd80 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Aug 19 18:25:38 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 19 18:25:38 2015 +0000 |
tree | e1336898a36e28000e765cd8d0584780b5ce6066 | |
parent | df0891adcfe97dd8e4c825ea6ea586cc5bd09ef6 [diff] | |
parent | 224bef8ec492e8c2a88f17f05ab7982495b43d6a [diff] |
Merge "Modify ip to get the instr being executed."
diff --git a/libc/private/bionic_tls.h b/libc/private/bionic_tls.h index 58670bb..2ca7728 100644 --- a/libc/private/bionic_tls.h +++ b/libc/private/bionic_tls.h
@@ -70,6 +70,10 @@ // 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! };