summaryrefslogtreecommitdiffstats
path: root/libc/bionic/pthread_key.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prevent using static-allocated pthread keys before creation.Yabin Cui2015-04-141-6/+18
* Refactor pthread_key.cpp to be lock-free.Yabin Cui2015-03-031-172/+97
* Remove t->tls==NULL check in pthread_key_delete.Yabin Cui2014-12-191-10/+0
* Move some pthread functions to signal.h.Dan Albert2014-11-211-0/+1
* Switch to g_ for globals.Elliott Hughes2014-05-141-3/+3
* Fix pthread_join.Elliott Hughes2013-11-181-1/+1
* Clean up the pthread_create trampoline.Elliott Hughes2013-11-151-1/+1
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-1/+1
* Fix __errno for LP64 and clean up __get_tls.Elliott Hughes2013-10-091-4/+3
* Remove more assumptions that pointers are 32-bit.Elliott Hughes2013-10-011-2/+3
* Handles spurious wake-ups in pthread_join()msg5552013-06-121-6/+3
* Hide various symbols that shouldn't be exposed.Elliott Hughes2013-03-151-2/+2
* Revert "Revert "More pthreads cleanup.""Elliott Hughes2013-02-121-24/+1
* Revert "More pthreads cleanup."Elliott Hughes2013-02-121-1/+24
* More pthreads cleanup.Elliott Hughes2013-02-111-24/+1
* Revert "Revert "Pull the pthread_key_t functions out of pthread.c.""Elliott Hughes2013-02-111-0/+280
* Revert "Pull the pthread_key_t functions out of pthread.c."Elliott Hughes2013-02-111-280/+0
* Pull the pthread_key_t functions out of pthread.c.Elliott Hughes2013-02-111-0/+280