summaryrefslogtreecommitdiff
path: root/runtime/thread_pool.cc
AgeCommit message (Expand)Author
2021-04-01Protect the construction of the verification thread pool. Nicolas Geoffray
2021-03-08make the art thread pool use the exact stack_size eric.yan
2020-09-02Adjust JIT thread priority post-fork. Nicolas Geoffray
2020-06-19Make the ART thread pool implementation use default-sized stacks on Bionic Daniel Colascione
2019-12-18Revert^2 "Make sure all runtime threads are in the System thread group." Alex Light
2019-12-17Revert "Make sure all runtime threads are in the System thread group." Nicolas Geoffray
2019-12-17Make sure all runtime threads are in the System thread group. Alex Light
2019-07-02Delete tasks when deleting a thread pool. Nicolas Geoffray
2018-12-12Avoid waiting for threads to create Mathieu Chartier
2018-12-06Enable JIT in zygote. Nicolas Geoffray
2018-12-05Reduce runtime thread pool stack size Mathieu Chartier
2018-10-30Refactor MemMap::MapAnonymous(). Vladimir Marko
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-10-01Revert "Allow threads to be marked as unsuspendable by kForUserCode" Alex Light
2018-10-01Prevent the JIT from loading classes in debuggable mode Alex Light
2018-08-24Add an overload for MemMap::MapAnonymous(). Vladimir Marko
2018-08-21Remove unnecessary indirection from MemMap. Vladimir Marko
2018-07-17Allow threads to be marked as unsuspendable by kForUserCode Alex Light
2018-03-05Move most of runtime/base to libartbase/base David Sehr
2017-12-07ART: Replace base/logging with android-base/logging Andreas Gampe
2017-10-04Use CheckedCall for mprotects Mathieu Chartier
2017-07-24ART: Include cleanup Andreas Gampe
2017-06-02ART: Introduce thread-current-inl.h Andreas Gampe
2017-05-30ART: Clean up heap headers Andreas Gampe
2017-01-27ART: Add ThreadPool mode that creates peers Andreas Gampe
2016-12-19Merge "Add Thread entry to signal if the thread can call into java" Calin Juravle
2016-12-16Add Thread entry to signal if the thread can call into java Calin Juravle
2016-12-15ART: Move to libbase StringPrintf Andreas Gampe
2016-11-22Use a per-thread VerifierDeps. Nicolas Geoffray
2016-11-17ART: Change ThreadPool::Wait behavior Andreas Gampe
2016-04-22Refactor use of __ANDROID__ macro Bilyan Borisov
2016-03-01Lower JIT thread priority Andreas Gampe
2015-11-05Properly delete the jit thread pool. Nicolas Geoffray
2015-09-24ART: mprotect() bottom page of ThreadPoolWorker stacks. Vladimir Marko
2015-07-09Remove unused WorkStealing thread pool Mathieu Chartier
2015-05-26ART: Clean up arm64 kNumberOfXRegisters usage. Vladimir Marko
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-03-02Add support for .bss section in oat files. Vladimir Marko
2014-11-04ART: More warnings Andreas Gampe
2014-11-03Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. Ian Rogers
2014-02-06Object model changes to support 64bit. Ian Rogers
2013-11-21Remove sleep workaround in thread pool. Mathieu Chartier
2013-11-15Temporary fix for target tests. Mathieu Chartier
2013-11-13Manually manage thread pool stacks. Mathieu Chartier
2013-11-06Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug ... Brian Carlstrom
2013-08-21Add more runtime options. Mathieu Chartier
2013-08-19Fix non concurrent GC ergonomics. Mathieu Chartier
2013-08-16More parallel GC, rewritten parallel mark stack processing. Mathieu Chartier
2013-07-18Fix cpplint whitespace/blank_line issues Brian Carlstrom
2013-07-17Fix cpplint whitespace/braces issues Brian Carlstrom