1. 34c987a Test pthread_cleanup_push(3)/pthread_cleanup_pop(3). by Elliott Hughes · 11 years ago
  2. 8fb639c Add a test for pthread_gettid_np. by Elliott Hughes · 11 years ago
  3. d9ff722 Refactoring: C++11 style DISABLE_ bionic marcos by Dmitriy Ivanov · 11 years ago
  4. 27a9aed Fix pthread_attr_getstack__main_thread. by Elliott Hughes · 11 years ago
  5. 1d53ae2 Prevent a few test pthread keys from leaking. by Dan Albert · 11 years ago
  6. 9e4ffa7 Have pthread_attr_getstack for the main thread report RLIMIT_STACK... by Elliott Hughes · 11 years ago
  7. 57b7a61 Fix pthread_getattr_np for the main thread. by Elliott Hughes · 11 years ago
  8. e380960 Do a second key cleanup in pthread_exit. by Christopher Ferris · 11 years ago
  9. 40a5217 Only wipe TLS for user-supplied stacks. by Elliott Hughes · 11 years ago
  10. ebb770f Add a new pthread_key_delete test. by Elliott Hughes · 11 years ago
  11. 92687e4 Cleaned up pthread rwlocks implementation. by Calin Juravle · 11 years ago
  12. 76f352e Mutex-free implementation of pthread_rwlock by Calin Juravle · 11 years ago
  13. 3694ec6 Add a regression test for a long-fixed pthread_once bug. by Elliott Hughes · 11 years ago
  14. 1728b23 Switch to g_ for globals. by Elliott Hughes · 11 years ago
  15. 954cf0d Hide the __bionic_clone and __bionic_clone_entry implementation details. by Elliott Hughes · 11 years ago
  16. 04620a3 Fix pthread_detach for already-exited threads. by Elliott Hughes · 11 years ago
  17. 4b558f5 Rewrite the POSIX timer functions. by Elliott Hughes · 11 years ago
  18. 0e714a5 Implement POSIX pthread_mutex_timedlock. by Elliott Hughes · 11 years ago
  19. 51e6cb3 Implement pthread_condattr_{get,set}clock. by Narayan Kamath · 11 years ago
  20. f04935c Make sure that the same tests are on all platforms. by Christopher Ferris · 12 years ago
  21. 718a5b5 Fix pthread_test to work with gtest 1.7.0. by Elliott Hughes · 11 years ago
  22. dd00364 Pass a valid stack pointer to __bionic_clone in pthread.__bionic_clone by Chris Dearman · 11 years ago
  23. 1887621 PTHREAD_KEYS_MAX cleanup. by Elliott Hughes · 12 years ago
  24. 877ec6d Fix pthread_join. by Elliott Hughes · 12 years ago
  25. 70b24b1 Switch pthread_create over to __bionic_clone. by Elliott Hughes · 12 years ago
  26. c3f1140 <pthread.h> fixes and pthread cleanup. by Elliott Hughes · 12 years ago
  27. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 12 years ago
  28. 19e6232 Clean up the sigprocmask/pthread_sigmask implementation. by Elliott Hughes · 12 years ago
  29. 5b9310e Fix 32-bit issues in tests, and add a trivial test for the FD_* macros. by Elliott Hughes · 12 years ago
  30. 9b06cc3 Fix pthread_getcpuclockid. by Jeff Hao · 12 years ago
  31. b95cf0d Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacksize. by Elliott Hughes · 12 years ago
  32. 0f020d1 Handles spurious wake-ups in pthread_join() by msg555 · 12 years ago
  33. a41ba2f Fix pthread_setname_np's behavior on invalid pthread_ts. by Elliott Hughes · 12 years ago
  34. fae89fc Fix raise(3) so it works in signal handlers. by Elliott Hughes · 12 years ago
  35. 9d23e04 Fix pthreads functions that should return ESRCH. by Elliott Hughes · 12 years ago
  36. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 12 years ago
  37. 7fd803c Fix the stack protector death test. by Elliott Hughes · 12 years ago
  38. 9701d4b Give up trying to build the pthread_setname_np tests for glibc. by Elliott Hughes · 12 years ago
  39. 3e89847 Revert "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
  40. fcaf4e9 Merge "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
  41. 6f94de3 Revert "More pthreads cleanup." by Elliott Hughes · 12 years ago
  42. 85f491f Merge "More pthreads cleanup." by Elliott Hughes · 12 years ago
  43. 5e3fc43 Fix __pthread_clone on ARM to set errno on failure. by Elliott Hughes · 12 years ago
  44. 2a1bb4e More pthreads cleanup. by Elliott Hughes · 12 years ago
  45. 44b53ad Revert "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 12 years ago
  46. 6260553 Revert "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 12 years ago
  47. ad59322 Pull the pthread_key_t functions out of pthread.c. by Elliott Hughes · 12 years ago
  48. c5d028f Only have one copy of the kernel_sigset_t hack, and add more tests. by Elliott Hughes · 12 years ago
  49. 4f251be Don't corrupt the thread list if the main thread exits. by Elliott Hughes · 13 years ago
  50. 10ce969 Fix bug in pthread_join, pthread_exit, pthread_detach by Sergey Melnikov · 13 years ago
  51. 14f1959 Fix the pthread_join on self error case. by Elliott Hughes · 13 years ago
  52. 4d014e1 Add more pthreads tests. by Elliott Hughes · 13 years ago
  53. bfeab1b Don't corrupt the thread list in static executables. by Elliott Hughes · 13 years ago