summaryrefslogtreecommitdiffstats
path: root/vm/Sync.h
Commit message (Expand)AuthorAgeFilesLines
* dalvik: dalvik device extension pack.Xin Qi2013-10-311-0/+2
* Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-20/+11
* Remove DVM_LOCK_INIT and DVM_LOCK_INITIAL_THIN_VALUE.Carl Shapiro2011-04-201-9/+0
* Compile the garbage collector and heap profiler as C++.Carl Shapiro2011-04-081-0/+8
* Remove unused and racey debugging code.Carl Shapiro2011-02-041-5/+0
* Expand away the QUIET_ZYGOTE_MONITOR macro.Carl Shapiro2010-11-091-2/+0
* Try to show lock owner in MONITOR thread dump.Andy McFadden2010-03-151-0/+8
* Jit: Start the Jit when framework signals on first screen drawBill Buzbee2010-02-051-2/+3
* Jit: Fix for [Issue 2406862] Compiler thread preventing VM from shutting downBill Buzbee2010-01-291-0/+5
* Update the hash state bits when an identity hash code is computed.Carl Shapiro2010-01-221-2/+23
* Separately sweep the monitor list before sweeping the heap. RequiredCarl Shapiro2010-01-111-9/+6
* New implementation of wait, notify, and notifyAll. Uses an explicitCarl Shapiro2010-01-041-1/+1
* Supersede the Lock union type with a word-sized integer in the objectCarl Shapiro2009-12-221-15/+3
* Remove conditionally compiled code for monitor-only locks.Carl Shapiro2009-12-211-2/+1
* Repurpose bits 1 and 2 of the lockword for encoding the hash state ofCarl Shapiro2009-12-211-5/+30
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+123
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-123/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+7
* Initial ContributionThe Android Open Source Project2008-10-211-0/+116