summaryrefslogtreecommitdiff
path: root/include/utils
diff options
context:
space:
mode:
author Jeff Brown <jeffbrown@google.com> 2010-09-21 15:57:13 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2010-09-21 15:57:13 -0700
commit6bea17498385e644e243ded1e2205ce1388c1367 (patch)
treef92fd8706fefdc57e45eb5eae96380d8ee41afc5 /include/utils
parent8b0b2a6ce76f720dcb37b9d9263e8cbccbcd3d76 (diff)
parent0a2f370441d1b5c4316c16b44d423bba8b4033f2 (diff)
am 4ec134cd: am cce0cd13: Merge "Looper: use pthread_once for TLS key initialization." into gingerbread
Merge commit '4ec134cdba52b663506562c6406b07915820b007' * commit '4ec134cdba52b663506562c6406b07915820b007': Looper: use pthread_once for TLS key initialization.
Diffstat (limited to 'include/utils')
-rw-r--r--include/utils/Looper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/utils/Looper.h b/include/utils/Looper.h
index 7d908669e3..3f00b788c3 100644
--- a/include/utils/Looper.h
+++ b/include/utils/Looper.h
@@ -205,6 +205,7 @@ private:
int pollInner(int timeoutMillis);
+ static void initTLSKey();
static void threadDestructor(void *st);
};