summaryrefslogtreecommitdiffstats
path: root/runtime/base/mutex-inl.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-13/+14
* Revert "Tidy gAborting."Nicolas Geoffray2014-12-091-3/+5
* Tidy gAborting.Ian Rogers2014-12-041-5/+3
* Avoid some recursive aborting.Ian Rogers2014-11-211-2/+4
* Mac host doesn't define ART_USE_FUTEXES.Ian Rogers2014-11-061-1/+2
* Move include of system headers outside namesapce.Chih-Hung Hsieh2014-11-061-4/+6
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-42/+2
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-3/+5
* Remove legacy CAS implementations from mutex.Ian Rogers2014-07-101-13/+16
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-101-84/+3
* Reduce header files including header files.Ian Rogers2014-06-061-0/+2
* Extra debug output for a failing lock check.Ian Rogers2014-05-231-1/+1
* Move modify_ldt_lock into global lock order.Chao-ying Fu2014-05-221-3/+15
* Begin migration of art::Atomic to std::atomic.Ian Rogers2014-05-201-1/+1
* Move __STDC_FORMAT_MACROS to a cflag.Ian Rogers2014-01-231-1/+0
* 64bit cleanliness requires PRI*64 macros for stdint types.Ian Rogers2014-01-231-1/+4
* Compacting collector.Mathieu Chartier2013-11-111-1/+1
* More allocation code optimizations.Hiroshi Yamauchi2013-09-111-0/+126
* Disable lock contention logging by default.Jeff Hao2013-09-091-6/+4
* Add a systrace support for lock contention logging.Hiroshi Yamauchi2013-08-131-0/+9
* Polish the lock contention logging.Hiroshi Yamauchi2013-08-091-14/+10
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-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/+187