summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix POSIX timer thread naming."Elliott Hughes2015-04-251-1/+3
|\
| * Fix POSIX timer thread naming.Elliott Hughes2015-04-251-1/+3
* | Merge "Unregister pthread_atfork handlers on dlclose()"Dmitriy Ivanov2015-04-254-9/+120
|\ \
| * | Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-244-9/+120
* | | Use bfd linker for x86/x86_64 targetsDmitriy Ivanov2015-04-241-0/+4
|/ /
* | Enable dlsym_df_1_global test for arm/arm64Dmitriy Ivanov2015-04-243-15/+5
|/
* Revert "Unregister pthread_atfork handlers on dlclose()"Dimitry Ivanov2015-04-244-120/+9
* Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-224-9/+120
* add fortified readlink/readlinkat implementationsDaniel Micay2015-04-171-0/+12
* Merge "Support symbol versioning"Dmitriy Ivanov2015-04-1713-0/+413
|\
| * Support symbol versioningDmitriy Ivanov2015-04-1613-0/+413
* | add fortified implementations of pread/pread64Daniel Micay2015-04-161-0/+16
* | Merge "Call __cxa_thread_finalize for the main thread."Dmitriy Ivanov2015-04-161-0/+23
|\ \
| * | Call __cxa_thread_finalize for the main thread.Dmitriy Ivanov2015-04-151-0/+23
* | | Merge "Change on handling of SIGEV_THREAD timers."Yabin Cui2015-04-161-69/+71
|\ \ \ | |_|/ |/| |
| * | Change on handling of SIGEV_THREAD timers.Yabin Cui2015-04-151-69/+71
* | | Hide emutls* symbols in libc.soDmitriy Ivanov2015-04-151-1/+1
| |/ |/|
* | 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
* | Merge "Fix dl* tests to run-on-host"Dmitriy Ivanov2015-04-112-2/+10
|\ \
| * | Fix dl* tests to run-on-hostDmitriy Ivanov2015-04-092-2/+10
* | | Merge "Provide writer preference option in rwlock."Yabin Cui2015-04-091-2/+136
|\ \ \ | |/ / |/| |
| * | Provide writer preference option in rwlock.Yabin Cui2015-04-081-2/+136
| |/
* | Fix x86_64 buildDmitriy Ivanov2015-04-061-1/+1
* | Merge "Add realpath for soinfo"Dmitriy Ivanov2015-04-073-21/+122
|\ \
| * | Add realpath for soinfoDmitriy Ivanov2015-04-063-21/+122
* | | Merge "Add a test for getdelim(3) on a directory."Elliott Hughes2015-04-061-0/+9
|\ \ \ | |_|/ |/| |
| * | Add a test for getdelim(3) on a directory.Elliott Hughes2015-04-051-0/+9
* | | Merge "Fix bug for recursive/errorcheck mutex on 32-bit devices."Yabin Cui2015-04-043-18/+51
|\ \ \ | |_|/ |/| |
| * | Fix bug for recursive/errorcheck mutex on 32-bit devices.Yabin Cui2015-04-033-18/+51
* | | Add libdl dependency for target librariesDmitriy Ivanov2015-04-031-6/+3
| |/ |/|
* | Merge "Add ANDROID_DLEXT_FORCE_LOAD flag"Dmitriy Ivanov2015-04-031-0/+34
|\ \ | |/ |/|
| * Add ANDROID_DLEXT_FORCE_LOAD flagDmitriy Ivanov2015-04-031-0/+34
* | Merge "Look into local group on dlsym with RTLD_DEFAULT"Dmitriy Ivanov2015-04-023-1/+61
|\ \
| * | Look into local group on dlsym with RTLD_DEFAULTDmitriy Ivanov2015-04-023-1/+61
| |/
* | 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
* | | Merge "gtest_repeat should allow negative values."Christopher Ferris2015-04-021-11/+10
|\ \ \ | |_|/ |/| |
| * | gtest_repeat should allow negative values.Christopher Ferris2015-04-021-11/+10
| |/
* | Fix ftw tests when run as non-root.Elliott Hughes2015-04-011-3/+3
* | Make ThreadLocalBuffer a class rather than a macro.Elliott Hughes2015-03-311-2/+1
|/
* Add test for thread_local keyword.Dmitriy Ivanov2015-03-272-0/+34
* 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
* | Merge "Initial implementation of __cxa_thread_atexit_impl"Dmitriy Ivanov2015-03-262-0/+76
|\ \
| * | Initial implementation of __cxa_thread_atexit_implDmitriy Ivanov2015-03-252-0/+76
* | | 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