summaryrefslogtreecommitdiffstats
path: root/runtime/thread_pool.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Add ThreadPool mode that creates peersAndreas Gampe2017-02-081-1/+8
* Add Thread entry to signal if the thread can call into javaCalin Juravle2017-02-071-0/+1
* 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