summaryrefslogtreecommitdiffstats
path: root/runtime/base/mutex.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable reading page map without lock in RosAlloc::BulkFreeMathieu Chartier2014-04-251-11/+11
* Merge "Remove use of pthread_cond_timedwait_monotonic."Narayan Kamath2014-03-311-5/+9
|\
| * Remove use of pthread_cond_timedwait_monotonic.Narayan Kamath2014-03-201-5/+9
* | Refactor deoptimization support in debuggerSebastien Hertz2014-03-261-4/+0
|/
* Enable annotalysis on clang ART builds.Ian Rogers2014-03-061-9/+73
* Object model changes to support 64bit.Ian Rogers2014-02-061-3/+3
* Tidy up memory barriers.Ian Rogers2013-12-201-29/+31
* Fix remaining mips build issues.Mathieu Chartier2013-11-121-3/+3
* Compacting collector.Mathieu Chartier2013-11-111-4/+2
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-021-8/+9
* More allocation code optimizations.Hiroshi Yamauchi2013-09-111-134/+8
* Add a systrace support for lock contention logging.Hiroshi Yamauchi2013-08-131-3/+3
* Polish the lock contention logging.Hiroshi Yamauchi2013-08-091-96/+133
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-5/+5
* Consistently handle EINTR on FUTEX_WAITBrian Carlstrom2013-07-261-6/+16
* Conditionally define non-Android pthread structuresBrian Carlstrom2013-07-191-2/+10
* Fixing cpplint runtime/arrays, runtime/int, runtime/virtual issuesBrian Carlstrom2013-07-181-3/+3
* Fixing cpplint whitespace/blank_line, whitespace/end_of_line, whitespace/labe...Brian Carlstrom2013-07-181-2/+2
* Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-8/+8
* Fix cpplint runtime/explicit issuesBrian Carlstrom2013-07-171-1/+1
* Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-171-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+865