1. 5bd97c4 Fix and enable ART futexes. by Ian Rogers · 13 years ago
  2. 81b8871 Broaden scope of gAborting. Fixes hang in HandleUnexpectedSignal. by Brian Carlstrom · 13 years ago
  3. c604d73 Implement mutex requeueing for cv broadcasts. by Ian Rogers · 13 years ago
  4. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  5. 369809b Disable (again) futex ReaderWriterMutex implementation. by Ian Rogers · 13 years ago
  6. ab47016 Temporarily enable futex version of ReaderWriterMutex. by Ian Rogers · 13 years ago
  7. 01ae580 Fix race in thread attaching during GC. by Ian Rogers · 13 years ago
  8. 81d425b Pass self to lock methods. by Ian Rogers · 13 years ago
  9. 25fd14b Make lock debug checks optional. by Ian Rogers · 13 years ago
  10. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  11. 15bf2d3 Use bionic's dlmalloc 2.8.5. by Ian Rogers · 13 years ago
  12. 357e9be Sticky mark bits "generational" GC by Mathieu Chartier · 13 years ago
  13. 66aee5c Mac build fix. Macs don't support timeouts on locks. by Ian Rogers · 13 years ago
  14. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  15. 92c9a35 Ensure we can Mutex::Wait on a recursively locked Mutex by Brian Carlstrom · 13 years ago
  16. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 13 years ago
  17. 0a1038b Make tsan happy. by Elliott Hughes · 13 years ago
  18. f149843 Clean up Mutex a little and add the missing pieces for Mac OS. by Elliott Hughes · 13 years ago
  19. 3efb841 Fix the Mac build, and clean up some test-only code. by Elliott Hughes · 13 years ago
  20. a4060e5 Fix a deadlock caused by my big threading change yesterday. by Elliott Hughes · 13 years ago
  21. ffb465f libcorkscrew native stacks, mutex ranking, and better ScopedThreadListLock. by Elliott Hughes · 13 years ago
  22. 9e921bc Remove Mutex::ClearOwner. by Elliott Hughes · 14 years ago
  23. cd74c4b Fix thread hang by Brian Carlstrom · 14 years ago
  24. cf04431 Work around the lack of gettid(3) on Mac OS. by Elliott Hughes · 14 years ago
  25. 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 14 years ago
  26. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 14 years ago
  27. accd83d Fix a heap lock/thread list lock deadlock. by Elliott Hughes · 14 years ago
  28. 3147a23 Work around a bionic bug until I can fix bionic. by Elliott Hughes · 14 years ago
  29. 5f79133 Implement monitors. by Elliott Hughes · 14 years ago
  30. 8daa092 More threads work. by Elliott Hughes · 14 years ago