1. 57aba86 Throw OOME if pthread_create(3) fails. by Elliott Hughes · 13 years ago
  2. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 13 years ago
  3. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 13 years ago[Renamed from src/java_lang_Thread.cc]
  4. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  5. cf2b2d4 Take responsibility for translating thread states for managed code. by Elliott Hughes · 13 years ago
  6. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 13 years ago
  7. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 13 years ago
  8. 88c5c35 Make CheckJNI and JNI workarounds mutually exclusive... by Elliott Hughes · 13 years ago
  9. 899e789 Include the thread name in Thread's operator<< output. by Elliott Hughes · 14 years ago
  10. 8218847 Implement thread name change notification for DDMS. by Elliott Hughes · 14 years ago
  11. bbd9d83 Fix at least two deadlocks. by Elliott Hughes · 14 years ago
  12. b82b687 Make sure threads allocating are in the kRunnable state by Brian Carlstrom · 14 years ago
  13. 8e4aac5 Add the "- waiting on"/"- waiting to lock" lines to the SIGQUIT output. by Elliott Hughes · 14 years ago
  14. 5464308 Log when a Thread tries to set its name. by Elliott Hughes · 14 years ago
  15. 5f79133 Implement monitors. by Elliott Hughes · 14 years ago
  16. d369bb7 Various things. by Elliott Hughes · 14 years ago
  17. 8daa092 More threads work. by Elliott Hughes · 14 years ago