1. b15de0c ART: Add ThreadPool mode that creates peers by Andreas Gampe · 7 years ago
  2. ccd5695 Add Thread entry to signal if the thread can call into java by Calin Juravle · 8 years ago
  3. 340dafa Use a per-thread VerifierDeps. by Nicolas Geoffray · 8 years ago
  4. 6f3a70f ART: Change ThreadPool::Wait behavior by Andreas Gampe · 8 years ago
  5. e701f08 Lower JIT thread priority by Andreas Gampe · 8 years ago
  6. 629e935 Properly delete the jit thread pool. by Nicolas Geoffray · 9 years ago
  7. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  8. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  9. c1a03d9 Remove unused WorkStealing thread pool by Mathieu Chartier · 9 years ago
  10. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  11. a5eae69 Add heap task processor by Mathieu Chartier · 9 years ago
  12. 14317f0 Remove unused headers. by Ian Rogers · 10 years ago
  13. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  14. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  15. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  16. 719d1a3 Enable annotalysis on clang ART builds. by Ian Rogers · 10 years ago
  17. bcd5e9d Manually manage thread pool stacks. by Mathieu Chartier · 11 years ago
  18. 2775ee4 Add more runtime options. by Mathieu Chartier · 11 years ago
  19. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  20. 02c8cc6 Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labels, whitespace/semicolon issues by Brian Carlstrom · 11 years ago
  21. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  22. 93ba893 Fix cpplint runtime/explicit issues by Brian Carlstrom · 11 years ago
  23. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  24. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/thread_pool.h]
  25. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  26. d914eb2 Thread pool tidying. by Ian Rogers · 11 years ago
  27. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  28. 35883cc Ensure ThreadPool constructor does not return until fully initialized. by Mathieu Chartier · 12 years ago
  29. 02b6a78 Parellel mark stack processing by Mathieu Chartier · 12 years ago
  30. bcc2926 Add dex2oat watch dog thread for host builds by Brian Carlstrom · 12 years ago
  31. 0e4627e Add thread pool class by Mathieu Chartier · 12 years ago