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_internal.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an API for per-process disabling memory initialization.
Peter Collingbourne
2020-10-08
1
-0
/
+76
*
Stop using the __ANDROID_API_x__ constants.
Elliott Hughes
2019-12-20
1
-2
/
+2
*
Pass caller names to __pthread_internal_find for better errors.
Elliott Hughes
2019-02-01
1
-3
/
+8
*
Factor out ScopedRWLock into its own header
Ryan Prichard
2019-01-16
1
-18
/
+1
*
Reorganize static TLS memory for ELF TLS
Ryan Prichard
2019-01-11
1
-1
/
+1
*
Fix/suppress bionic google-explicit-constructor warnings
Chih-Hung Hsieh
2019-01-02
1
-1
/
+1
*
Make android_get_application_target_sdk_version available to the NDK.
Elliott Hughes
2018-11-15
1
-2
/
+1
*
Clean up bionic_macros.h a bit.
Elliott Hughes
2018-10-25
1
-1
/
+1
*
Drop thread list lock before abort.
Christopher Ferris
2017-09-18
1
-3
/
+7
*
Move libc_log code into libasync_safe.
Christopher Ferris
2017-05-03
1
-3
/
+4
*
Fix leak of bionic TLS when threads are detached.
Josh Gao
2017-03-07
1
-4
/
+0
*
Allocate thread local buffers in __init_tls.
Josh Gao
2017-02-22
1
-0
/
+4
*
Downgrade the special case of pthread_t(0) to a warning.
Elliott Hughes
2017-02-21
1
-1
/
+10
*
Include the pthread_t in the "bad pthread_t" fatal abort.
Elliott Hughes
2017-02-17
1
-1
/
+1
*
Be more strict about using invalid `pthread_t`s.
Elliott Hughes
2017-02-13
1
-19
/
+37
*
Revert "Remove the global thread list."
Elliott Hughes
2017-02-02
1
-0
/
+98
*
Remove the global thread list.
Elliott Hughes
2017-01-07
1
-98
/
+0
*
Add check for pthread_self() when looking up a thread
Dimitry Ivanov
2016-02-04
1
-0
/
+6
*
Revert "Cause Fatal error when invalid pthread_id is detected."
Yabin Cui
2015-03-26
1
-8
/
+4
*
Cause Fatal error when invalid pthread_id is detected.
Yabin Cui
2015-03-25
1
-4
/
+8
*
Let g_thread_list_lock only protect g_thread_list.
Yabin Cui
2015-03-23
1
-0
/
+92