aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/pthread_exit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix possible leak in pthread_detach.Yabin Cui2015-01-151-0/+3
* Remove PTHREAD_ATTR_FLAG_USER_ALLOCATED_STACK.Yabin Cui2015-01-061-14/+9
* Reserve enough user request stack space in pthread_create.Yabin Cui2015-01-021-1/+1
* Use mmap to create the pthread_internal_tYabin Cui2014-12-191-15/+11
* Use mmap to create the pthread_internal_t.Yabin Cui2014-12-021-6/+0
* Revert "Use mmap to create the pthread_internal_t."Nicolas Geoffray2014-11-261-4/+6
* Use mmap to create the pthread_internal_t.Yabin Cui2014-11-251-6/+4
* Do a second key cleanup in pthread_exit.Christopher Ferris2014-08-061-0/+6
* Only wipe TLS for user-supplied stacks.Elliott Hughes2014-07-301-1/+1
* Add some missing __noreturn attributes.Elliott Hughes2014-05-301-5/+2
* Switch to g_ for globals.Elliott Hughes2014-05-141-2/+2
* Remove the bogus exit status from _exit_with_stack_teardown.Elliott Hughes2013-12-211-2/+2
* Clarify a comment.Elliott Hughes2013-12-111-3/+3
* Do not clear tids on detached threads.Christopher Ferris2013-12-061-0/+4
* Fix pthread_join.Elliott Hughes2013-11-181-14/+7
* Prepare to switch to the uapi <linux/signal.h>.Elliott Hughes2013-11-071-0/+1
* <pthread.h> fixes and pthread cleanup.Elliott Hughes2013-10-311-0/+135