index
:
bionic.git
kitkat
lp5.0
o8.0
o8.1
p9.0
q10.0
q10.0-backup
q10.0-r9rebase
r11.0
r11.1
s12.0
s12.1
t13.0
bionic
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
bionic
/
pthread_key.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize static TLS memory for ELF TLS
Ryan Prichard
2019-01-11
1
-1
/
+1
*
pthread_key.cpp: factor out get_thread_key_data
Ryan Prichard
2019-01-11
1
-3
/
+7
*
Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-08-02
1
-6
/
+6
*
Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbols
dimitry
2017-10-27
1
-0
/
+5
*
Prevent using static-allocated pthread keys before creation.
Yabin Cui
2015-04-14
1
-6
/
+18
*
Refactor pthread_key.cpp to be lock-free.
Yabin Cui
2015-03-03
1
-172
/
+97
*
Remove t->tls==NULL check in pthread_key_delete.
Yabin Cui
2014-12-19
1
-10
/
+0
*
Move some pthread functions to signal.h.
Dan Albert
2014-11-21
1
-0
/
+1
*
Switch to g_ for globals.
Elliott Hughes
2014-05-14
1
-3
/
+3
*
Fix pthread_join.
Elliott Hughes
2013-11-18
1
-1
/
+1
*
Clean up the pthread_create trampoline.
Elliott Hughes
2013-11-15
1
-1
/
+1
*
Fix x86_64 build, clean up intermediate libraries.
Elliott Hughes
2013-10-09
1
-1
/
+1
*
Fix __errno for LP64 and clean up __get_tls.
Elliott Hughes
2013-10-09
1
-4
/
+3
*
Remove more assumptions that pointers are 32-bit.
Elliott Hughes
2013-10-01
1
-2
/
+3
*
Handles spurious wake-ups in pthread_join()
msg555
2013-06-12
1
-6
/
+3
*
Hide various symbols that shouldn't be exposed.
Elliott Hughes
2013-03-15
1
-2
/
+2
*
Revert "Revert "More pthreads cleanup.""
Elliott Hughes
2013-02-12
1
-24
/
+1
*
Revert "More pthreads cleanup."
Elliott Hughes
2013-02-12
1
-1
/
+24
*
More pthreads cleanup.
Elliott Hughes
2013-02-11
1
-24
/
+1
*
Revert "Revert "Pull the pthread_key_t functions out of pthread.c.""
Elliott Hughes
2013-02-11
1
-0
/
+280
*
Revert "Pull the pthread_key_t functions out of pthread.c."
Elliott Hughes
2013-02-11
1
-280
/
+0
*
Pull the pthread_key_t functions out of pthread.c.
Elliott Hughes
2013-02-11
1
-0
/
+280