1. d31d4c1 Add a few missing pthread tests. by Elliott Hughes · 10 years ago
  2. aec1398 Merge "Fix pthread_test according to tsan report." by Yabin Cui · 10 years ago
  3. 1755435 Merge "Change _stdio_handles_locking into _caller_handles_locking." by Yabin Cui · 10 years ago
  4. 74ed96d Merge "Use FUTEX_WAIT_BITSET to avoid converting timeouts." by Yabin Cui · 10 years ago
  5. 76144aa Change _stdio_handles_locking into _caller_handles_locking. by Yabin Cui · 10 years ago
  6. c9a659c Use FUTEX_WAIT_BITSET to avoid converting timeouts. by Yabin Cui · 10 years ago
  7. fe3a83a Implement pthread spin. by Yabin Cui · 10 years ago
  8. a36158a Fix pthread_test according to tsan report. by Yabin Cui · 10 years ago
  9. b804b9d Merge "Implement pthread barrier." by Yabin Cui · 10 years ago
  10. e7c2fff Implement pthread barrier. by Yabin Cui · 10 years ago
  11. f208361 Clean up pthread_gettid_np test. by Elliott Hughes · 10 years ago
  12. de12462 Fix potential race condition on CTS TC pthread_gettid_np by Junjie Hu · 10 years ago
  13. 0b2acdf Use const auto& in for loops. by Elliott Hughes · 10 years ago
  14. 15dfd63 Fix another duplicate maps parser. by Elliott Hughes · 10 years ago
  15. 0dec228 Clean up /proc/<pid>/maps sscanfs. by Elliott Hughes · 10 years ago
  16. 33ac04a Increase alternative signal stack size on 64-bit devices. by Yabin Cui · 10 years ago
  17. 5693332 Fix the way to get main thread stack start address. by Mor-sarid, Nitzan · 10 years ago
  18. 60907c7 Allow NULL in pthread_mutex_lock/unlock. by Christopher Ferris · 10 years ago
  19. b0c6f2db Fix pthread_attr_getstack__main_thread failure on glibc. by Yabin Cui · 10 years ago
  20. f9eeea6 Merge "Remove pthread_detach_no_leak test." by Yabin Cui · 10 years ago
  21. 2957cc5 Remove pthread_detach_no_leak test. by Yabin Cui · 10 years ago
  22. 5624a6a Move pthread_atfork_dlclose test out of static lib by Dmitriy Ivanov · 10 years ago
  23. 9a2744d Merge "Fix POSIX timer thread naming." by Elliott Hughes · 10 years ago
  24. d1aea30 Fix POSIX timer thread naming. by Elliott Hughes · 10 years ago
  25. ea295f6 Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  26. 094f58f Revert "Unregister pthread_atfork handlers on dlclose()" by Dimitry Ivanov · 10 years ago
  27. 6df122f Unregister pthread_atfork handlers on dlclose() by Dmitriy Ivanov · 11 years ago
  28. 8f3f041 Merge "Prevent using static-allocated pthread keys before creation." by Yabin Cui · 10 years ago
  29. 5ddbb3f Prevent using static-allocated pthread keys before creation. by Yabin Cui · 11 years ago
  30. 76615da Provide writer preference option in rwlock. by Yabin Cui · 10 years ago
  31. f796985 Fix bug for recursive/errorcheck mutex on 32-bit devices. by Yabin Cui · 10 years ago
  32. 00d1101 Merge "Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices." by Yabin Cui · 10 years ago
  33. e69c245 Refactor pthread_mutex to support 32-bit owner_tid on 64-bit devices. by Yabin Cui · 11 years ago
  34. 6170693 Make ThreadLocalBuffer a class rather than a macro. by Elliott Hughes · 10 years ago
  35. 8f3eb5a Merge "Revert "Cause Fatal error when invalid pthread_id is detected."" by Yabin Cui · 10 years ago
  36. 220b99b Revert "Cause Fatal error when invalid pthread_id is detected." by Yabin Cui · 10 years ago
  37. 17393b0 Hide internal of pthread_mutex_t. by Yabin Cui · 10 years ago
  38. 0332478 Cause Fatal error when invalid pthread_id is detected. by Yabin Cui · 10 years ago
  39. b584572 Add test for pthread types alignment check. by Yabin Cui · 10 years ago
  40. bbb0432 Return EINVAL when calling pthread_detach for joined thread. by Yabin Cui · 10 years ago
  41. 5490beb Merge "Remove duplication in pthread_mutex.cpp." by Yabin Cui · 10 years ago
  42. cb0443c Remove obsolete test_isolated wrapper function by Dmitriy Ivanov · 10 years ago
  43. 32651b8 Hide content of pthread_cond_t in pthread_cond_internal_t. by Yabin Cui · 10 years ago
  44. 5b8e7cd Remove duplication in pthread_mutex.cpp. by Yabin Cui · 11 years ago
  45. 08ee8d2 Switch pthread_rwlock_t to stdatomic. by Yabin Cui · 11 years ago
  46. 140f367 Add test about pthread_mutex_t owner tid limit. by Yabin Cui · 11 years ago
  47. 19e246d Fix possible leak in pthread_detach. by Yabin Cui · 11 years ago
  48. 917d390 Make pthread stack size match real range. by Yabin Cui · 11 years ago
  49. 6a7aaf4 Reserve enough user request stack space in pthread_create. by Yabin Cui · 11 years ago
  50. 6c238f2 Fix pthread key num calculation. by Yabin Cui · 11 years ago
  51. 6348160 support _POSIX_REALTIME_SIGNALS by Yabin Cui · 11 years ago
  52. 0864d8b Rename test_forked -> test_isolated by Dmitriy Ivanov · 11 years ago
  53. 00e3781 Add test_forked() option by Dmitriy Ivanov · 11 years ago
  54. 68d98d8 Assume glibc >= 2.15. by Elliott Hughes · 11 years ago
  55. 9df7040 make all bionic death tests not dumpable by Yabin Cui · 11 years ago
  56. ed29e85 pthread_setname_np appears in glibc 2.12. by Elliott Hughes · 11 years ago
  57. 4199695 bionic tests: migrate test for mutex type from system/extras by Derek Xue · 11 years ago
  58. c4bcc75 Clean up the pthread key tests. by Dan Albert · 11 years ago
  59. 34c987a Test pthread_cleanup_push(3)/pthread_cleanup_pop(3). by Elliott Hughes · 11 years ago
  60. 8fb639c Add a test for pthread_gettid_np. by Elliott Hughes · 11 years ago
  61. d9ff722 Refactoring: C++11 style DISABLE_ bionic marcos by Dmitriy Ivanov · 11 years ago
  62. 27a9aed Fix pthread_attr_getstack__main_thread. by Elliott Hughes · 11 years ago
  63. 1d53ae2 Prevent a few test pthread keys from leaking. by Dan Albert · 11 years ago
  64. 9e4ffa7 Have pthread_attr_getstack for the main thread report RLIMIT_STACK... by Elliott Hughes · 11 years ago
  65. 57b7a61 Fix pthread_getattr_np for the main thread. by Elliott Hughes · 11 years ago
  66. e380960 Do a second key cleanup in pthread_exit. by Christopher Ferris · 11 years ago
  67. 40a5217 Only wipe TLS for user-supplied stacks. by Elliott Hughes · 11 years ago
  68. ebb770f Add a new pthread_key_delete test. by Elliott Hughes · 11 years ago
  69. 92687e4 Cleaned up pthread rwlocks implementation. by Calin Juravle · 11 years ago
  70. 76f352e Mutex-free implementation of pthread_rwlock by Calin Juravle · 11 years ago
  71. 3694ec6 Add a regression test for a long-fixed pthread_once bug. by Elliott Hughes · 11 years ago
  72. 1728b23 Switch to g_ for globals. by Elliott Hughes · 11 years ago
  73. 954cf0d Hide the __bionic_clone and __bionic_clone_entry implementation details. by Elliott Hughes · 11 years ago
  74. 04620a3 Fix pthread_detach for already-exited threads. by Elliott Hughes · 11 years ago
  75. 4b558f5 Rewrite the POSIX timer functions. by Elliott Hughes · 12 years ago
  76. 0e714a5 Implement POSIX pthread_mutex_timedlock. by Elliott Hughes · 12 years ago
  77. 51e6cb3 Implement pthread_condattr_{get,set}clock. by Narayan Kamath · 12 years ago
  78. f04935c Make sure that the same tests are on all platforms. by Christopher Ferris · 12 years ago
  79. 718a5b5 Fix pthread_test to work with gtest 1.7.0. by Elliott Hughes · 12 years ago
  80. dd00364 Pass a valid stack pointer to __bionic_clone in pthread.__bionic_clone by Chris Dearman · 12 years ago
  81. 1887621 PTHREAD_KEYS_MAX cleanup. by Elliott Hughes · 12 years ago
  82. 877ec6d Fix pthread_join. by Elliott Hughes · 12 years ago
  83. 70b24b1 Switch pthread_create over to __bionic_clone. by Elliott Hughes · 12 years ago
  84. c3f1140 <pthread.h> fixes and pthread cleanup. by Elliott Hughes · 12 years ago
  85. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 12 years ago
  86. 19e6232 Clean up the sigprocmask/pthread_sigmask implementation. by Elliott Hughes · 12 years ago
  87. 5b9310e Fix 32-bit issues in tests, and add a trivial test for the FD_* macros. by Elliott Hughes · 12 years ago
  88. 9b06cc3 Fix pthread_getcpuclockid. by Jeff Hao · 12 years ago
  89. b95cf0d Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacksize. by Elliott Hughes · 12 years ago
  90. 0f020d1 Handles spurious wake-ups in pthread_join() by msg555 · 12 years ago
  91. a41ba2f Fix pthread_setname_np's behavior on invalid pthread_ts. by Elliott Hughes · 12 years ago
  92. fae89fc Fix raise(3) so it works in signal handlers. by Elliott Hughes · 13 years ago
  93. 9d23e04 Fix pthreads functions that should return ESRCH. by Elliott Hughes · 13 years ago
  94. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 13 years ago
  95. 7fd803c Fix the stack protector death test. by Elliott Hughes · 13 years ago
  96. 9701d4b Give up trying to build the pthread_setname_np tests for glibc. by Elliott Hughes · 13 years ago
  97. 3e89847 Revert "Revert "More pthreads cleanup."" by Elliott Hughes · 13 years ago
  98. fcaf4e9 Merge "Revert "More pthreads cleanup."" by Elliott Hughes · 13 years ago
  99. 6f94de3 Revert "More pthreads cleanup." by Elliott Hughes · 13 years ago
  100. 85f491f Merge "More pthreads cleanup." by Elliott Hughes · 13 years ago