summaryrefslogtreecommitdiffstats
path: root/libc/bionic/pthread_create.cpp
Commit message (Expand)AuthorAgeFilesLines
* Only wipe TLS for user-supplied stacks.Elliott Hughes2014-07-301-5/+5
* Remove the global lock around thread stack creation.Elliott Hughes2014-07-101-4/+0
* Remove the obsolete _thread_created_hook.Elliott Hughes2014-07-091-15/+0
* Cache getpid.Elliott Hughes2014-06-201-0/+3
* Move common macros into bionic_macros.h.Christopher Ferris2014-06-181-2/+3
* Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes2014-05-281-11/+9
* Fix a typo in the big g_ search/replace.Elliott Hughes2014-05-141-2/+2
* Switch to g_ for globals.Elliott Hughes2014-05-141-4/+4
* Align the child stack in clone(2).Elliott Hughes2014-05-091-15/+14
* Remove unnecessary #includes.Elliott Hughes2014-04-101-1/+0
* Clean up <stdio.h> macros.Elliott Hughes2014-03-131-5/+3
* Move _thread_created_hook to where it belongs.Elliott Hughes2014-01-141-5/+4
* Work around CLONE_SETTLS being weird on x86.Elliott Hughes2013-11-261-0/+11
* Clean up pthread_internal_t.Elliott Hughes2013-11-191-10/+13
* Fix pthread_join.Elliott Hughes2013-11-181-11/+14
* Clean up the pthread_create trampoline.Elliott Hughes2013-11-151-2/+27
* Switch pthread_create over to __bionic_clone.Elliott Hughes2013-11-151-15/+15
* <pthread.h> fixes and pthread cleanup.Elliott Hughes2013-10-311-2/+1
* Explain the sigprocmask in pthread_exit.Elliott Hughes2013-10-291-2/+2
* Make pthread_create report sched_setscheduler failures on LP64.Elliott Hughes2013-10-151-2/+4
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-27/+1
* Fix __errno for LP64 and clean up __get_tls.Elliott Hughes2013-10-091-0/+2
* Improve stack overflow diagnostics (take 2).Elliott Hughes2013-07-171-3/+20
* Revert "Improve stack overflow diagnostics."Guang Zhu2013-07-171-18/+3
* Improve stack overflow diagnostics.Elliott Hughes2013-07-161-3/+18
* Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacks...Elliott Hughes2013-07-151-12/+19
* Handles spurious wake-ups in pthread_join()msg5552013-06-121-1/+0
* Extra logging in pthread_create.Elliott Hughes2013-03-291-0/+3
* Clean up internal libc logging.Elliott Hughes2013-03-151-2/+1
* Fix the pthread_setname_np test.Elliott Hughes2013-02-151-21/+20
* Clean up pthread_create.Elliott Hughes2013-02-121-0/+232