summaryrefslogtreecommitdiffstats
path: root/tests/pthread_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Increase alternative signal stack size on 64-bit devices.Yabin Cui2015-09-231-0/+24
* Allow NULL in pthread_mutex_lock/unlock.Christopher Ferris2015-06-091-0/+34
* Remove pthread_detach_no_leak test.Yabin Cui2015-05-181-36/+0
* Move pthread_atfork_dlclose test out of static libDmitriy Ivanov2015-05-061-57/+0
* Merge "Fix POSIX timer thread naming."Elliott Hughes2015-04-251-1/+3
|\
| * Fix POSIX timer thread naming.Elliott Hughes2015-04-251-1/+3
* | Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-241-9/+68
|/
* Revert "Unregister pthread_atfork handlers on dlclose()"Dimitry Ivanov2015-04-241-68/+9
* Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-221-9/+68
* Merge "Prevent using static-allocated pthread keys before creation."Yabin Cui2015-04-141-0/+13
|\
| * Prevent using static-allocated pthread keys before creation.Yabin Cui2015-04-141-0/+13
* | Provide writer preference option in rwlock.Yabin Cui2015-04-081-2/+136
|/
* Fix bug for recursive/errorcheck mutex on 32-bit devices.Yabin Cui2015-04-031-13/+40
* Merge "Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices."Yabin Cui2015-04-021-2/+5
|\
| * Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices.Yabin Cui2015-04-011-2/+5
* | Make ThreadLocalBuffer a class rather than a macro.Elliott Hughes2015-03-311-2/+1
|/
* Merge "Revert "Cause Fatal error when invalid pthread_id is detected.""Yabin Cui2015-03-261-39/+7
|\
| * Revert "Cause Fatal error when invalid pthread_id is detected."Yabin Cui2015-03-261-39/+7
* | Hide internal of pthread_mutex_t.Yabin Cui2015-03-251-50/+82
|/
* Cause Fatal error when invalid pthread_id is detected.Yabin Cui2015-03-251-7/+39
* Add test for pthread types alignment check.Yabin Cui2015-03-201-0/+58
* Return EINVAL when calling pthread_detach for joined thread.Yabin Cui2015-03-191-1/+4
* Merge "Remove duplication in pthread_mutex.cpp."Yabin Cui2015-03-171-17/+79
|\
| * Remove duplication in pthread_mutex.cpp.Yabin Cui2015-03-121-17/+79
* | Remove obsolete test_isolated wrapper functionDmitriy Ivanov2015-03-161-15/+12
* | Hide content of pthread_cond_t in pthread_cond_internal_t.Yabin Cui2015-03-161-5/+67
|/
* Switch pthread_rwlock_t to stdatomic.Yabin Cui2015-03-041-0/+75
* Add test about pthread_mutex_t owner tid limit.Yabin Cui2015-02-031-0/+12
* Fix possible leak in pthread_detach.Yabin Cui2015-01-151-4/+2
* Make pthread stack size match real range.Yabin Cui2015-01-081-5/+27
* Reserve enough user request stack space in pthread_create.Yabin Cui2015-01-021-2/+1
* Fix pthread key num calculation.Yabin Cui2014-12-121-13/+12
* support _POSIX_REALTIME_SIGNALSYabin Cui2014-12-081-18/+41
* Rename test_forked -> test_isolatedDmitriy Ivanov2014-11-201-1/+1
* Add test_forked() optionDmitriy Ivanov2014-11-201-13/+16
* Assume glibc >= 2.15.Elliott Hughes2014-11-121-25/+1
* make all bionic death tests not dumpableYabin Cui2014-11-061-4/+8
* pthread_setname_np appears in glibc 2.12.Elliott Hughes2014-10-271-26/+23
* bionic tests: migrate test for mutex type from system/extrasDerek Xue2014-10-241-4/+76
* Clean up the pthread key tests.Dan Albert2014-09-301-18/+52
* Test pthread_cleanup_push(3)/pthread_cleanup_pop(3).Elliott Hughes2014-09-221-14/+44
* Add a test for pthread_gettid_np.Elliott Hughes2014-09-121-0/+26
* Refactoring: C++11 style DISABLE_ bionic marcosDmitriy Ivanov2014-09-081-1/+1
* Fix pthread_attr_getstack__main_thread.Elliott Hughes2014-09-041-0/+12
* Prevent a few test pthread keys from leaking.Dan Albert2014-09-021-0/+2
* 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