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