aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/pthread_internals.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use mmap to create the pthread_internal_t.Yabin Cui2014-12-021-1/+24
* Revert "Use mmap to create the pthread_internal_t."Nicolas Geoffray2014-11-261-24/+1
* Use mmap to create the pthread_internal_t.Yabin Cui2014-11-251-1/+24
* Move some pthread functions to signal.h.Dan Albert2014-11-211-0/+2
* Add semaphore tests, fix sem_destroy.Elliott Hughes2014-09-191-16/+0
* Add pthread_gettid_np and re-expose __get_thread for LP32.Elliott Hughes2014-09-111-5/+0
* Hide most of the private futex functions.Elliott Hughes2014-05-211-8/+0
* Switch to g_ for globals.Elliott Hughes2014-05-141-6/+6
* Implement POSIX pthread_mutex_timedlock.Elliott Hughes2014-03-041-1/+1
* Clean up pthread_internal_t.Elliott Hughes2013-11-191-1/+1
* Clean up forking and cloning.Elliott Hughes2013-11-191-8/+0
* <pthread.h> fixes and pthread cleanup.Elliott Hughes2013-10-311-4/+42
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-2/+2
* Fix __errno for LP64 and clean up __get_tls.Elliott Hughes2013-10-091-2/+1
* Fix pthreads functions that should return ESRCH.Elliott Hughes2013-02-191-0/+69