summaryrefslogtreecommitdiff
path: root/runtime/monitor_test.cc
AgeCommit message (Expand)Author
2024-01-25Add visibility attributes in runtime/m* Dmitrii Ishcheikin
2024-01-02Refactoring of ThreadPool Nicolas Geoffray
2023-03-16Use global `jobject`s in `MonitorTest`. Vladimir Marko
2022-10-14ART: Speed up some gtests. Vladimir Marko
2021-11-25Always access Thread state and flags as 32-bit location. Vladimir Marko
2018-10-29Modernise code to use std::make_unique Yi Kong
2018-10-23ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-09-07ART: Continue adding override annotations Andreas Gampe
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2018-03-05Move most of runtime/base to libartbase/base David Sehr
2017-07-24ART: Include cleanup Andreas Gampe
2017-07-21ART: Move FillHeap to CommonRuntimeTest Andreas Gampe
2017-02-14ART: Add operator == and != with nullptr to Handle Andreas Gampe
2016-11-03ART: Make Handle trivially-copyable Andreas Gampe
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHARED Andreas Gampe
2016-07-29Revert "Revert "Use try lock to fix class resolution race"" Mathieu Chartier
2016-07-29Revert "Use try lock to fix class resolution race" Mathieu Chartier
2016-07-27Use try lock to fix class resolution race Mathieu Chartier
2015-09-03Add ScopedThreadSuspension Mathieu Chartier
2015-08-28Fix some HandleScope bugs and add corresponding checks Mathieu Chartier
2015-08-12Remove unnecessary `explicit` qualifiers on constructors. Roland Levillain
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-05-26ART: Clean up arm64 kNumberOfXRegisters usage. Vladimir Marko
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-04-13ART: Clean up includes. Vladimir Marko
2015-01-15ART: Allow scoped adjustments to log verbosity Andreas Gampe
2014-11-04ART: More warnings Andreas Gampe
2014-09-15ART: Rename Handle hierarchy Andreas Gampe
2014-07-15Break apart header files. Ian Rogers
2014-07-07ART: Update Monitor::Wait so it releases monitor_lock_ before throwing an exc... Elena Sayapina