1. f950170 Implement ThreadReference.CurrentContendedMonitor and ThreadReference.Interrupt. by Elliott Hughes · 13 years ago
  2. 4993bbc Implement ThreadReference.OwnedMonitors. by Elliott Hughes · 13 years ago
  3. f327e07 Implement ObjectReference.MonitorInfo. by Elliott Hughes · 13 years ago
  4. 4cd121e Implement the Thread.sleep native method. by Elliott Hughes · 13 years ago
  5. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 13 years ago
  6. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  7. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  8. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  9. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  10. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 13 years ago
  11. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 13 years ago
  12. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 13 years ago
  13. b8d2eeb Trivial cleanup of monitor code. by Elliott Hughes · 13 years ago
  14. 6d0b13e Increase debug information for failed monitor exits by Ian Rogers · 13 years ago
  15. e65a6c9 Mac build fixes I missed in my previous patch. by Elliott Hughes · 14 years ago
  16. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 14 years ago
  17. 33dc771 Changed monitor to contain method and return pc values for logging. by jeffhao · 14 years ago
  18. 4514d3c Fixes for ThreadStress test by Brian Carlstrom · 14 years ago
  19. fc86162 Implement lock contention event logging. by Elliott Hughes · 14 years ago
  20. 24a3c2e ClassLinker changes by Brian Carlstrom · 14 years ago
  21. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 14 years ago
  22. c33a32b Sweep the monitor list. by Elliott Hughes · 14 years ago
  23. 32d6e1e Add -verbose:monitor and silence the monitor logging by default. by Elliott Hughes · 14 years ago
  24. 8e4aac5 Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output. by Elliott Hughes · 14 years ago
  25. 54e7df1 Various bits of cleanup. by Elliott Hughes · 14 years ago[Renamed (83%) from src/sync.h]
  26. 5f79133 Implement monitors. by Elliott Hughes · 14 years ago