1. 04303f5 Add semaphore tests, fix sem_destroy. by Elliott Hughes · 11 years ago
  2. a4831cb Add pthread_gettid_np and re-expose __get_thread for LP32. by Elliott Hughes · 11 years ago
  3. 40a5217 Only wipe TLS for user-supplied stacks. by Elliott Hughes · 11 years ago
  4. 7086ad6 Cache getpid. by Elliott Hughes · 11 years ago
  5. b30aff4 Revert "Revert "Lose the hand-written futex assembler."" by Elliott Hughes · 11 years ago
  6. 1728b23 Switch to g_ for globals. by Elliott Hughes · 11 years ago
  7. 4b558f5 Rewrite the POSIX timer functions. by Elliott Hughes · 11 years ago
  8. 0e714a5 Implement POSIX pthread_mutex_timedlock. by Elliott Hughes · 11 years ago
  9. cef3fae Clean up pthread_internal_t. by Elliott Hughes · 12 years ago
  10. 36d6188 Clean up forking and cloning. by Elliott Hughes · 12 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. 70b24b1 Switch pthread_create over to __bionic_clone. by Elliott Hughes · 12 years ago
  14. c3f1140 <pthread.h> fixes and pthread cleanup. by Elliott Hughes · 12 years ago
  15. 2b6e43e Explain the sigprocmask in pthread_exit. by Elliott Hughes · 12 years ago
  16. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
  17. 50af69e Simplify main thread stack size initialization by Brian Carlstrom · 12 years ago
  18. 4cf1395 Move stuff only needed by pthread-timers.c into pthread-timers.c. by Elliott Hughes · 12 years ago
  19. 84114c8 Improve stack overflow diagnostics (take 2). by Elliott Hughes · 12 years ago
  20. eb1b074 Revert "Clean up our alternate signal stacks." by Guang Zhu · 12 years ago
  21. 5cf8795 Clean up our alternate signal stacks. by Elliott Hughes · 12 years ago
  22. 0f020d1 Handles spurious wake-ups in pthread_join() by msg555 · 12 years ago
  23. 36fa67b Ensure header files using __BEGIN_DECLS include sys/cdefs.h. by Elliott Hughes · 12 years ago
  24. 9d23e04 Fix pthreads functions that should return ESRCH. by Elliott Hughes · 12 years ago
  25. 40eabe2 Fix the pthread_setname_np test. by Elliott Hughes · 12 years ago
  26. 6d33918 Simplify pthread_create, using more public API. by Elliott Hughes · 12 years ago
  27. 3e89847 Revert "Revert "More pthreads cleanup."" by Elliott Hughes · 12 years ago
  28. 6f94de3 Revert "More pthreads cleanup." by Elliott Hughes · 12 years ago
  29. 2a1bb4e More pthreads cleanup. by Elliott Hughes · 12 years ago
  30. 44b53ad Revert "Revert "Pull the pthread_key_t functions out of pthread.c."" by Elliott Hughes · 12 years ago
  31. 6260553 Revert "Pull the pthread_key_t functions out of pthread.c." by Elliott Hughes · 12 years ago
  32. ad59322 Pull the pthread_key_t functions out of pthread.c. by Elliott Hughes · 12 years ago
  33. 4f251be Don't corrupt the thread list if the main thread exits. by Elliott Hughes · 13 years ago
  34. ae8eb74 Fix a potential NULL pointer dereference in _init_thread(). by Xi Wang · 13 years ago
  35. 5419b94 Make dlerror(3) thread-safe. by Elliott Hughes · 13 years ago
  36. bfeab1b Don't corrupt the thread list in static executables. by Elliott Hughes · 13 years ago
  37. 9c3eca7 resolved conflicts for merge of 6cf3c7c5 to jb-dev-plus-aosp by Elliott Hughes · 13 years ago
  38. d0c884d Let pthread_create fail if schedparam can't be set by Pierre Peiffer · 13 years ago
  39. 1a78fbb Initialize TLS before any application code is run. by Evgeniy Stepanov · 13 years ago
  40. 4f086ae Implemented pthread_atfork() by Matt Fischer · 15 years ago
  41. 3a654b1 Revert "Fix the C library initialization to avoid calling static C++ constructors twice." by David 'Digit' Turner · 16 years ago[Renamed from libc/private/pthread_internal.h]
  42. 03eabfe Fix the C library initialization to avoid calling static C++ constructors twice. by David 'Digit' Turner · 16 years ago[Renamed from libc/bionic/pthread_internal.h]
  43. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  44. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  45. 4e468ed Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  46. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago