summaryrefslogtreecommitdiffstats
path: root/runtime/thread_pool.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Add support for .bss section in oat files.Vladimir Marko2015-03-021-1/+1
* ART: More warningsAndreas Gampe2014-11-041-4/+6
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-25/+25
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Remove sleep workaround in thread pool.Mathieu Chartier2013-11-211-2/+0
* Temporary fix for target tests.Mathieu Chartier2013-11-151-0/+2
* Manually manage thread pool stacks.Mathieu Chartier2013-11-131-8/+12
* Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug ...Brian Carlstrom2013-11-061-1/+1
* Add more runtime options.Mathieu Chartier2013-08-211-5/+18
* Fix non concurrent GC ergonomics.Mathieu Chartier2013-08-191-1/+1
* More parallel GC, rewritten parallel mark stack processing.Mathieu Chartier2013-08-161-5/+9
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-10/+3
* Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-171-2/+2
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+295