summaryrefslogtreecommitdiff
path: root/runtime/thread_pool_test.cc
AgeCommit message (Expand)Author
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-09-07ART: Continue adding override annotations Andreas Gampe
2018-03-23ART: Simplify atomic.h Orion Hodson
2018-03-05Move most of runtime/base to libartbase/base David Sehr
2017-01-27ART: Add ThreadPool mode that creates peers Andreas Gampe
2016-11-18Fix valgrind issue with thread_pool_test. Andreas Gampe
2016-11-18Fix valgrind issue with thread_pool_test. Nicolas Geoffray
2016-11-17ART: Change ThreadPool::Wait behavior Andreas Gampe
2014-11-09Fix thread pool test valgrind flakiness Mathieu Chartier
2014-07-15Break apart header files. Ian Rogers
2014-05-20Begin migration of art::Atomic to std::atomic. Ian Rogers
2014-02-26Split up CommonTest into CommonRuntimeTest and CommonCompilerTest Brian Carlstrom
2014-02-06Object model changes to support 64bit. Ian Rogers
2013-12-20Tidy up memory barriers. Ian Rogers
2013-11-13Manually manage thread pool stacks. Mathieu Chartier
2013-07-18am 0cd7ec2d: Fix cpplint whitespace/blank_line issues Brian Carlstrom
2013-07-18Fix cpplint whitespace/blank_line issues Brian Carlstrom
2013-07-17am 93ba893c: Fix cpplint runtime/explicit issues Brian Carlstrom
2013-07-17Fix cpplint runtime/explicit issues Brian Carlstrom
2013-07-15Refactor atomic integer. Mathieu Chartier
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom