summaryrefslogtreecommitdiffstats
path: root/runtime/thread_pool.h
Commit message (Expand)AuthorAgeFilesLines
* 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