1. 9c08f4f pthread_cond: only call futex_wake when there are waiters by Tim Murray · 4 years, 9 months ago
  2. 800c1a9 Fix pthread_cond_clockwait() when cond is initialized with CLOCK_MONOTONIC by Tom Cherry · 6 years ago
  3. 6901080 Implement new clock wait functions by Tom Cherry · 6 years ago
  4. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  5. c6b5bcd Add _monotonic_np versions of timed wait functions by Tom Cherry · 7 years ago
  6. b66a003 Fix a comment in the pthread_cond_t implementation. by Elliott Hughes · 8 years ago
  7. fe4a4d8 Force pthread_cond_timedwait_relative_np using CLOCK_MONOTONIC. by Yabin Cui · 9 years ago
  8. dd586f2 sem_timedwait with a null timeout doesn't mean "forever". by Elliott Hughes · 10 years ago
  9. c9a659c Use FUTEX_WAIT_BITSET to avoid converting timeouts. by Yabin Cui · 10 years ago
  10. b584572 Add test for pthread types alignment check. by Yabin Cui · 10 years ago
  11. 9e6c7bc Fix atomic_load on const variable in pthread_cond_t. by Yabin Cui · 10 years ago
  12. 32651b8 Hide content of pthread_cond_t in pthread_cond_internal_t. by Yabin Cui · 10 years ago
  13. e5f816c Switch pthread_cond_t to <stdatomic.h>. by Yabin Cui · 10 years ago
  14. 04303f5 Add semaphore tests, fix sem_destroy. by Elliott Hughes · 11 years ago
  15. 2ea60ff Remove unnecessary #includes of <sys/atomics.h>. by Elliott Hughes · 11 years ago
  16. b676aaf Remove unnecessary #includes. by Elliott Hughes · 11 years ago
  17. f0870c3 Fix some pthread symbols build as C++ symbol under x64 lunch. by Halton Huo · 11 years ago
  18. 39b644a Remove dead NULL checks from pthread code. by Elliott Hughes · 11 years ago
  19. 0e714a5 Implement POSIX pthread_mutex_timedlock. by Elliott Hughes · 11 years ago
  20. 51e6cb3 Implement pthread_condattr_{get,set}clock. by Narayan Kamath · 11 years ago
  21. 9e79af3 Small style cleanup. by Elliott Hughes · 12 years ago
  22. 36d6188 Clean up forking and cloning. by Elliott Hughes · 12 years ago
  23. c3f1140 <pthread.h> fixes and pthread cleanup. by Elliott Hughes · 12 years ago