summaryrefslogtreecommitdiffstats
path: root/libc/bionic/pthread_attr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make pthread join_state not protected by g_thread_list_lock.Yabin Cui2015-03-121-0/+5
* Remove PTHREAD_ATTR_FLAG_MAIN_THREAD.Yabin Cui2015-03-061-4/+7
* Fix pthread_attr_getstack under valgrind.Elliott Hughes2014-10-091-3/+8
* Have pthread_attr_getstack for the main thread report RLIMIT_STACK...Elliott Hughes2014-08-271-11/+12
* Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-261-5/+46
* Removed pthread_attr_getstackaddr/pthread_attr_setstackaddrCalin Juravle2014-03-111-16/+0
* Fix some pthread symbols build as C++ symbol under x64 lunch.Halton Huo2014-03-051-2/+5
* <pthread.h> fixes and pthread cleanup.Elliott Hughes2013-10-311-11/+12
* Remove more assumptions that pointers are 32-bit.Elliott Hughes2013-10-011-1/+1
* Simplify main thread stack size initializationBrian Carlstrom2013-09-131-7/+1
* Improve stack overflow diagnostics (take 2).Elliott Hughes2013-07-171-2/+6
* Revert "Improve stack overflow diagnostics."Guang Zhu2013-07-171-6/+2
* Improve stack overflow diagnostics.Elliott Hughes2013-07-161-2/+6
* Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacks...Elliott Hughes2013-07-151-4/+1
* Simplify pthread_create, using more public API.Elliott Hughes2013-02-121-11/+7
* Revert "Revert "More pthreads cleanup.""Elliott Hughes2013-02-121-0/+165
* Revert "More pthreads cleanup."Elliott Hughes2013-02-121-165/+0
* More pthreads cleanup.Elliott Hughes2013-02-111-0/+165