1. c5b8184 Fix a race condition in the bionic pthread tests. by Peter Collingbourne · 3 years, 8 months ago
  2. 4c5595c Replace local MUSL define with global ANDROID_HOST_MUSL by Colin Cross · 4 years ago
  3. 7da2034 Build bionic unit tests for musl by Colin Cross · 4 years ago
  4. 141b917 Switch to libbase SilentDeathTest. by Elliott Hughes · 4 years, 4 months ago
  5. e657eb4 Fix some bionic death tests. by Elliott Hughes · 4 years, 5 months ago
  6. 5d3aa86 Add an API for per-process disabling memory initialization. by Peter Collingbourne · 4 years, 11 months ago
  7. b4f7aaa Skip pthread.pthread_create__mmap_failures with native_bridge by Evgeny Eltsin · 5 years ago
  8. 800c1a9 Fix pthread_cond_clockwait() when cond is initialized with CLOCK_MONOTONIC by Tom Cherry · 6 years ago
  9. 6901080 Implement new clock wait functions by Tom Cherry · 6 years ago
  10. 4b6c0f5 PIMutexUnlock: load owner_tid in non-common case by Ryan Prichard · 6 years ago
  11. bcaa454 bionic tests: use GTEST_SKIP. by Elliott Hughes · 6 years ago
  12. f827d82 Merge "Cleanup bionic tests with hwasan." by Evgenii Stepanov · 6 years ago
  13. 7cc6706 Cleanup bionic tests with hwasan. by Evgenii Stepanov · 6 years ago
  14. 3f8bdb2 Merge "Fix use-after-pthread_exit in a test." by Treehugger Robot · 6 years ago
  15. 352853a Fix use-after-pthread_exit in a test. by Evgenii Stepanov · 6 years ago
  16. 5bb113c Pass caller names to __pthread_internal_find for better errors. by Elliott Hughes · 6 years ago
  17. 08fd072 bionic: update for glibc 2.17 by George Burgess IV · 7 years ago
  18. 45d1349 Reorganize static TLS memory for ELF TLS by Ryan Prichard · 7 years ago
  19. 5e62b34 Clean up bionic_macros.h a bit. by Elliott Hughes · 7 years ago
  20. ddf757e Properly fail with ESRCH when pthread_killing an exited thread. by Josh Gao · 7 years ago
  21. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  22. 463faad pthread_barrier_init: add a test for the count == 0 EINVAL case. by Elliott Hughes · 7 years ago
  23. c6b5bcd Add _monotonic_np versions of timed wait functions by Tom Cherry · 7 years ago
  24. 9651fdf Check using destroyed mutexes. by Yabin Cui · 7 years ago
  25. 71ba589 Rewrite system(3) to use posix_spawn(3). by Elliott Hughes · 7 years ago
  26. 60ddedf Build bionic/tests with cpp_std experimental. by Tom Cherry · 7 years ago
  27. a026108 Merge "Avoid abort when calling pthread_mutex_destroy more than once." by Yabin Cui · 7 years ago
  28. 2dec3d7 Avoid abort when calling pthread_mutex_destroy more than once. by Yabin Cui · 7 years ago
  29. b82dcc6 Merge "Support priority inheritance mutex in 32-bit programs." by Yabin Cui · 7 years ago
  30. 5a00ba7 Support priority inheritance mutex in 32-bit programs. by Yabin Cui · 7 years ago
  31. d8fde3f Merge "Add `sigset64_t` and accompanying functions." by Elliott Hughes · 7 years ago
  32. 6dfa5b5 Make pthread_attr_getstack__main_thread test native-bridge friendly by dimitry · 7 years ago
  33. 5905d6f Add `sigset64_t` and accompanying functions. by Elliott Hughes · 7 years ago
  34. 6b9c85b Support priority inheritance mutex in 64bit programs. by Yabin Cui · 8 years ago
  35. 608b451 A few new bionic tests. by Aleksandra Tsvetkova · 10 years ago
  36. 0bd9d13 Fix pthread test race conditions. by Elliott Hughes · 8 years ago
  37. 7a66066 Fix pthread.pthread_attr_setinheritsched__PTHREAD_INHERIT_SCHED__PTHREAD_EXPLICIT_SCHED for LP32. by Elliott Hughes · 8 years ago
  38. 8aecba7 Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched. by Elliott Hughes · 8 years ago
  39. dff08ce Add pthread_setschedprio. by Elliott Hughes · 8 years ago
  40. 5751298 Pre-size the vector in the pthread_create ENOMEM test. by Elliott Hughes · 8 years ago
  41. 53dc9dd Improve pthread_create failure handling. by Elliott Hughes · 8 years ago
  42. d6c678c Support larger guard regions. by Elliott Hughes · 8 years ago
  43. ab4cddc Fix pthread_barrier_smoke test (part 2). by Yabin Cui · 8 years ago
  44. d5c04c5 Fix pthread_barrier_smoke test. by Yabin Cui · 8 years ago
  45. b8ab618 Move scopeguard into android::base by Tom Cherry · 8 years ago
  46. 61db9ac Split up the stack space tests into their own noinline functions. by Josh Gao · 8 years ago
  47. 415daa8 Increase signal stack size on 32-bit to 16kB. by Josh Gao · 8 years ago
  48. 6ce686c Downgrade the special case of pthread_t(0) to a warning. by Elliott Hughes · 8 years ago
  49. 11859d4 Be more strict about using invalid `pthread_t`s. by Elliott Hughes · 8 years ago
  50. bcb1529 Revert "Stop checking the global thread list in several trivial cases." by Elliott Hughes · 8 years ago
  51. f5a4992 Stop checking the global thread list in several trivial cases. by Elliott Hughes · 8 years ago
  52. 7484c21 Revert "Remove the global thread list." by Elliott Hughes · 8 years ago
  53. b0e8c56 Remove the global thread list. by Elliott Hughes · 9 years ago
  54. 9af13d2 Do not return with stack address in global variable. by Chih-Hung Hsieh · 9 years ago
  55. baa2a97 Use clang's nullability instead of nonnull. by Dan Albert · 10 years ago
  56. 62e3a07 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  57. 4d098ca Add a test for pthread_setname_np on another thread in a PR_SET_DUMPABLE 0 process. by Elliott Hughes · 9 years ago
  58. 725b2a9 Add pthread_getname_np. by Elliott Hughes · 9 years ago
  59. 81d2797 Fix pthread.pthread_barrier_smoke test. by Yabin Cui · 9 years ago
  60. 61e4d46 Adjust test to let it pass on libhoudini. by Yabin Cui · 9 years ago
  61. 33697a0 Factor out the waiting for children in bionic tests. by Elliott Hughes · 9 years ago
  62. d31d4c1 Add a few missing pthread tests. by Elliott Hughes · 10 years ago
  63. aec1398 Merge "Fix pthread_test according to tsan report." by Yabin Cui · 10 years ago
  64. 1755435 Merge "Change _stdio_handles_locking into _caller_handles_locking." by Yabin Cui · 10 years ago
  65. 74ed96d Merge "Use FUTEX_WAIT_BITSET to avoid converting timeouts." by Yabin Cui · 10 years ago
  66. 76144aa Change _stdio_handles_locking into _caller_handles_locking. by Yabin Cui · 10 years ago
  67. c9a659c Use FUTEX_WAIT_BITSET to avoid converting timeouts. by Yabin Cui · 10 years ago
  68. fe3a83a Implement pthread spin. by Yabin Cui · 10 years ago
  69. a36158a Fix pthread_test according to tsan report. by Yabin Cui · 10 years ago
  70. b804b9d Merge "Implement pthread barrier." by Yabin Cui · 10 years ago
  71. e7c2fff Implement pthread barrier. by Yabin Cui · 10 years ago
  72. f208361 Clean up pthread_gettid_np test. by Elliott Hughes · 10 years ago
  73. de12462 Fix potential race condition on CTS TC pthread_gettid_np by Junjie Hu · 10 years ago
  74. 0b2acdf Use const auto& in for loops. by Elliott Hughes · 10 years ago
  75. 15dfd63 Fix another duplicate maps parser. by Elliott Hughes · 10 years ago
  76. 0dec228 Clean up /proc/<pid>/maps sscanfs. by Elliott Hughes · 10 years ago
  77. 33ac04a Increase alternative signal stack size on 64-bit devices. by Yabin Cui · 10 years ago
  78. 5693332 Fix the way to get main thread stack start address. by Mor-sarid, Nitzan · 10 years ago
  79. 60907c7 Allow NULL in pthread_mutex_lock/unlock. by Christopher Ferris · 10 years ago
  80. b0c6f2db Fix pthread_attr_getstack__main_thread failure on glibc. by Yabin Cui · 10 years ago
  81. f9eeea6 Merge "Remove pthread_detach_no_leak test." by Yabin Cui · 10 years ago
  82. 2957cc5 Remove pthread_detach_no_leak test. by Yabin Cui · 10 years ago
  83. 5624a6a Move pthread_atfork_dlclose test out of static lib by Dmitriy Ivanov · 10 years ago
  84. 9a2744d Merge "Fix POSIX timer thread naming." by Elliott Hughes · 10 years ago
  85. d1aea30 Fix POSIX timer thread naming. by Elliott Hughes · 10 years ago
  86. ea295f6 Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  87. 094f58f Revert "Unregister pthread_atfork handlers on dlclose()" by Dimitry Ivanov · 10 years ago
  88. 6df122f Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  89. 8f3f041 Merge "Prevent using static-allocated pthread keys before creation." by Yabin Cui · 10 years ago
  90. 5ddbb3f Prevent using static-allocated pthread keys before creation. by Yabin Cui · 10 years ago
  91. 76615da Provide writer preference option in rwlock. by Yabin Cui · 10 years ago
  92. f796985 Fix bug for recursive/errorcheck mutex on 32-bit devices. by Yabin Cui · 10 years ago
  93. 00d1101 Merge "Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices." by Yabin Cui · 10 years ago
  94. e69c245 Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices. by Yabin Cui · 10 years ago
  95. 6170693 Make ThreadLocalBuffer a class rather than a macro. by Elliott Hughes · 10 years ago
  96. 8f3eb5a Merge "Revert "Cause Fatal error when invalid pthread_id is detected."" by Yabin Cui · 10 years ago
  97. 220b99b Revert "Cause Fatal error when invalid pthread_id is detected." by Yabin Cui · 10 years ago
  98. 17393b0 Hide internal of pthread_mutex_t. by Yabin Cui · 10 years ago
  99. 0332478 Cause Fatal error when invalid pthread_id is detected. by Yabin Cui · 10 years ago
  100. b584572 Add test for pthread types alignment check. by Yabin Cui · 10 years ago