summaryrefslogtreecommitdiffstats
path: root/runtime/base/mutex.cc
Commit message (Expand)AuthorAgeFilesLines
* 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