OSDN Git Service

ART: Use bionic TLS slot for thread-self
authorAndreas Gampe <agampe@google.com>
Wed, 29 Jul 2015 02:51:37 +0000 (19:51 -0700)
committerAndreas Gampe <agampe@google.com>
Wed, 29 Jul 2015 02:51:37 +0000 (19:51 -0700)
commitb81535875ff46d1630c76091fe969a9eb7fc4d16
tree0a3713c652c9db1afe8276c621107d90caa15149
parent595335100a947693b9af5fb6c0b5b3c1f0b91788
ART: Use bionic TLS slot for thread-self

Use a private bionic TLS slot to store self instead of using
pthreads.

Change-Id: Icc86a2b7590734637366f9d5e41a5c6d18cc5772
build/Android.common_build.mk
runtime/thread-inl.h
runtime/thread.cc