aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pthread_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: C++11 style DISABLE_ bionic marcosDmitriy Ivanov2014-10-011-1/+1
* Fix pthread_attr_getstack__main_thread.Elliott Hughes2014-09-041-0/+12
* Have pthread_attr_getstack for the main thread report RLIMIT_STACK...Elliott Hughes2014-08-271-19/+12
* Fix pthread_getattr_np for the main thread.Elliott Hughes2014-08-261-0/+86
* Do a second key cleanup in pthread_exit.Christopher Ferris2014-08-061-18/+27
* Only wipe TLS for user-supplied stacks.Elliott Hughes2014-07-301-0/+51
* Add a new pthread_key_delete test.Elliott Hughes2014-06-251-0/+13
* Cleaned up pthread rwlocks implementation.Calin Juravle2014-05-231-2/+2
* Mutex-free implementation of pthread_rwlockCalin Juravle2014-05-221-0/+37
* Add a regression test for a long-fixed pthread_once bug.Elliott Hughes2014-05-141-0/+20
* Switch to g_ for globals.Elliott Hughes2014-05-141-15/+15
* Hide the __bionic_clone and __bionic_clone_entry implementation details.Elliott Hughes2014-05-081-16/+0
* Fix pthread_detach for already-exited threads.Elliott Hughes2014-03-071-0/+30
* Rewrite the POSIX timer functions.Elliott Hughes2014-03-071-7/+3
* Implement POSIX pthread_mutex_timedlock.Elliott Hughes2014-03-041-0/+23
* Implement pthread_condattr_{get,set}clock.Narayan Kamath2014-03-041-0/+56
* Make sure that the same tests are on all platforms.Christopher Ferris2014-02-061-15/+31
* Fix pthread_test to work with gtest 1.7.0.Elliott Hughes2014-01-281-3/+7
* Pass a valid stack pointer to __bionic_clone in pthread.__bionic_cloneChris Dearman2014-01-041-1/+1
* PTHREAD_KEYS_MAX cleanup.Elliott Hughes2013-12-121-0/+5
* Fix pthread_join.Elliott Hughes2013-11-181-8/+34
* Switch pthread_create over to __bionic_clone.Elliott Hughes2013-11-151-3/+23
* <pthread.h> fixes and pthread cleanup.Elliott Hughes2013-10-311-0/+62
* Fix sigaction(3) for 64-bit.Elliott Hughes2013-10-171-1/+3
* Clean up the sigprocmask/pthread_sigmask implementation.Elliott Hughes2013-10-151-0/+19
* Fix 32-bit issues in tests, and add a trivial test for the FD_* macros.Elliott Hughes2013-10-021-4/+5
* Fix pthread_getcpuclockid.Jeff Hao2013-08-151-0/+10
* Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacks...Elliott Hughes2013-07-151-0/+93
* Handles spurious wake-ups in pthread_join()msg5552013-06-121-0/+22
* Fix pthread_setname_np's behavior on invalid pthread_ts.Elliott Hughes2013-03-211-1/+1
* Fix raise(3) so it works in signal handlers.Elliott Hughes2013-02-211-0/+18
* Fix pthreads functions that should return ESRCH.Elliott Hughes2013-02-191-5/+66
* Fix the pthread_setname_np test.Elliott Hughes2013-02-151-4/+15
* Fix the stack protector death test.Elliott Hughes2013-02-141-3/+3
* Give up trying to build the pthread_setname_np tests for glibc.Elliott Hughes2013-02-121-0/+8
* Revert "Revert "More pthreads cleanup.""Elliott Hughes2013-02-121-2/+38
* Merge "Revert "More pthreads cleanup.""Elliott Hughes2013-02-121-13/+1
|\
| * Revert "More pthreads cleanup."Elliott Hughes2013-02-121-13/+1
* | Merge "More pthreads cleanup."Elliott Hughes2013-02-121-1/+13
|\|
| * More pthreads cleanup.Elliott Hughes2013-02-111-1/+13
* | Fix __pthread_clone on ARM to set errno on failure.Elliott Hughes2013-02-111-0/+10
|/
* Revert "Revert "Pull the pthread_key_t functions out of pthread.c.""Elliott Hughes2013-02-111-0/+19
* Revert "Pull the pthread_key_t functions out of pthread.c."Elliott Hughes2013-02-111-19/+0
* Pull the pthread_key_t functions out of pthread.c.Elliott Hughes2013-02-111-0/+19
* Only have one copy of the kernel_sigset_t hack, and add more tests.Elliott Hughes2013-01-101-0/+28
* Don't corrupt the thread list if the main thread exits.Elliott Hughes2012-11-011-0/+17
* Fix bug in pthread_join, pthread_exit, pthread_detachSergey Melnikov2012-10-291-4/+28
* Fix the pthread_join on self error case.Elliott Hughes2012-10-291-0/+5
* Add more pthreads tests.Elliott Hughes2012-09-071-0/+54
* Don't corrupt the thread list in static executables.Elliott Hughes2012-09-051-0/+28