diff options
| author | 2010-09-21 15:57:13 -0700 | |
|---|---|---|
| committer | 2010-09-21 15:57:13 -0700 | |
| commit | 6bea17498385e644e243ded1e2205ce1388c1367 (patch) | |
| tree | f92fd8706fefdc57e45eb5eae96380d8ee41afc5 /include/utils | |
| parent | 8b0b2a6ce76f720dcb37b9d9263e8cbccbcd3d76 (diff) | |
| parent | 0a2f370441d1b5c4316c16b44d423bba8b4033f2 (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.h | 1 |
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); }; |