aboutsummaryrefslogtreecommitdiff
path: root/libc/bionic/pthread_internal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add an API for per-process disabling memory initialization.Peter Collingbourne2020-10-081-0/+76
* Stop using the __ANDROID_API_x__ constants.Elliott Hughes2019-12-201-2/+2
* Pass caller names to __pthread_internal_find for better errors.Elliott Hughes2019-02-011-3/+8
* Factor out ScopedRWLock into its own headerRyan Prichard2019-01-161-18/+1
* Reorganize static TLS memory for ELF TLSRyan Prichard2019-01-111-1/+1
* Fix/suppress bionic google-explicit-constructor warningsChih-Hung Hsieh2019-01-021-1/+1
* Make android_get_application_target_sdk_version available to the NDK.Elliott Hughes2018-11-151-2/+1
* Clean up bionic_macros.h a bit.Elliott Hughes2018-10-251-1/+1
* Drop thread list lock before abort.Christopher Ferris2017-09-181-3/+7
* Move libc_log code into libasync_safe.Christopher Ferris2017-05-031-3/+4
* Fix leak of bionic TLS when threads are detached.Josh Gao2017-03-071-4/+0
* Allocate thread local buffers in __init_tls.Josh Gao2017-02-221-0/+4
* Downgrade the special case of pthread_t(0) to a warning.Elliott Hughes2017-02-211-1/+10
* Include the pthread_t in the "bad pthread_t" fatal abort.Elliott Hughes2017-02-171-1/+1
* Be more strict about using invalid `pthread_t`s.Elliott Hughes2017-02-131-19/+37
* Revert "Remove the global thread list."Elliott Hughes2017-02-021-0/+98
* Remove the global thread list.Elliott Hughes2017-01-071-98/+0
* Add check for pthread_self() when looking up a threadDimitry Ivanov2016-02-041-0/+6
* Revert "Cause Fatal error when invalid pthread_id is detected."Yabin Cui2015-03-261-8/+4
* Cause Fatal error when invalid pthread_id is detected.Yabin Cui2015-03-251-4/+8
* Let g_thread_list_lock only protect g_thread_list.Yabin Cui2015-03-231-0/+92