summaryrefslogtreecommitdiffstats
path: root/runtime/thread_pool.h
Commit message (Expand)AuthorAgeFilesLines
* Prevent concurrent GC stack-walks during deoptimizationAlex Light2019-04-291-0/+11
* Avoid waiting for threads to createMathieu Chartier2018-12-121-3/+4
* Enable JIT in zygote.Nicolas Geoffray2018-12-061-1/+7
* Reduce runtime thread pool stack sizeMathieu Chartier2018-12-051-1/+4
* Parallel image decompressionMathieu Chartier2018-12-041-0/+13
* Remove unnecessary indirection from MemMap.Vladimir Marko2018-08-211-3/+3
* Move profile dependent modules to libartbaseDavid Sehr2018-04-131-1/+1
* ART: Add ThreadPool mode that creates peersAndreas Gampe2017-01-271-1/+8
* Add Thread entry to signal if the thread can call into javaCalin Juravle2016-12-161-0/+1
* Use a per-thread VerifierDeps.Nicolas Geoffray2016-11-221-0/+7
* ART: Change ThreadPool::Wait behaviorAndreas Gampe2016-11-171-1/+6
* Lower JIT thread priorityAndreas Gampe2016-03-011-0/+6
* Properly delete the jit thread pool.Nicolas Geoffray2015-11-051-0/+3
* Remove unnecessary `explicit` qualifiers on constructors.Roland Levillain2015-08-121-1/+1
* Move to newer clang annotationsMathieu Chartier2015-07-221-11/+11
* Remove unused WorkStealing thread poolMathieu Chartier2015-07-091-52/+0
* Replace NULL with nullptrMathieu Chartier2015-04-221-2/+2
* Add heap task processorMathieu Chartier2014-12-191-1/+9
* Remove unused headers.Ian Rogers2014-12-031-1/+6
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-2/+2
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-1/+1
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-1/+0
* Manually manage thread pool stacks.Mathieu Chartier2013-11-131-4/+7
* Add more runtime options.Mathieu Chartier2013-08-211-0/+5
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-0/+3
* Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labe...Brian Carlstrom2013-07-181-1/+1
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-3/+1
* Fix cpplint runtime/explicit issuesBrian Carlstrom2013-07-171-2/+2
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+180