1. 45d1349 Reorganize static TLS memory for ELF TLS by Ryan Prichard · 6 years ago
  2. 27d5933 pthread_key.cpp: factor out get_thread_key_data by Ryan Prichard · 6 years ago
  3. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  4. fa43252 Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbols by dimitry · 8 years ago
  5. 5ddbb3f Prevent using static-allocated pthread keys before creation. by Yabin Cui · 10 years ago
  6. 5e2bd71 Refactor pthread_key.cpp to be lock-free. by Yabin Cui · 10 years ago
  7. 246bcb1 Remove t->tls==NULL check in pthread_key_delete. by Yabin Cui · 10 years ago
  8. 75ef63d Move some pthread functions to signal.h. by Dan Albert · 11 years ago
  9. 1728b23 Switch to g_ for globals. by Elliott Hughes · 11 years ago
  10. 877ec6d Fix pthread_join. by Elliott Hughes · 12 years ago
  11. e48b685 Clean up the pthread_create trampoline. by Elliott Hughes · 12 years ago
  12. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  13. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 12 years ago
  14. 405f855 Remove more assumptions that pointers are 32-bit. by Elliott Hughes · 12 years ago
  15. 0f020d1 Handles spurious wake-ups in pthread_join() by msg555 · 12 years ago
  16. ce53272 Hide various symbols that shouldn't be exposed. by Elliott Hughes · 12 years ago
  17. 3e89847 Revert "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
  18. 6f94de3 Revert "More pthreads cleanup." by Elliott Hughes · 12 years ago
  19. 2a1bb4e More pthreads cleanup. by Elliott Hughes · 12 years ago
  20. 44b53ad Revert "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 12 years ago